#ca43cf

Color #CA43CF Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CA43CF

Tints of Fuchsia #CA43CF

Color information

#CA43CF (or 0xCA43CF) is unknown color: approx Fuchsia. HEX triplet: CA, 43 and CF. RGB value is (202,67,207). Sum of RGB (Red+Green+Blue) = 202+67+207=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 67 (26.56% from 255 or 14.08% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA43CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA43CF is #35BC30. Grayscale: #7A7A7A. Windows color (decimal): -3521585 or 13583306. OLE color: 13583306.

HSL color Cylindrical-coordinate representation of color #CA43CF: hue angle of 297.86º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA43CF is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20267207-
CMYK0.020.6800.19
HSL297.86º59.32%53.73%-
HSV(B)297.86º67.63%81.18%-
XYZ37.6321.0861.12-
YUV123.32175.23184.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 42.44%
GREEN value IS 67 (26.56% from 255) = 14.08%
BLUE value IS 207 (81.25% from 255) = 43.49%
R=42.44%
G=14.08%
B=43.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal202672070.020.6800.19297.8659.3253.73
HexCA43CF24401312a3b36
Octal31210331721040234527366
Binary11001010100001111001111101000100010011100101010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca43cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca43cf; }

 p { color: rgb(202,67,207); }

 H1.HeaderClassName
 {
   color: #ca43cf;
 }
 .AnyTagClassName
 {
   color: #ca43cf;
 }
</style>
background-color css

<style>
 a { background-color: #ca43cf; }

 a { background-color: rgb(202,67,207); }

 div.DivClassName
 {
   background-color: #ca43cf;
 }
 .BgClassName
 {
   background-color: #ca43cf;
 }
</style>
border-color css

<style>
 span { border-color: #ca43cf; }

 span { border-color: rgb(202,67,207); }

 td.TdClassName
 {
   border-color: #ca43cf;
 }
 .TagClassName
 {
   border-color: #ca43cf;
 }
</style>