Html Css Color HEX #CA2DCC Fuchsia

📋 copy color: '#CA2DCC'

red 202 ◦ green 45 ◦ blue 204

#CA2DCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CA2DCC

Tints of Fuchsia #CA2DCC

RGB

 RED value IS 202 (79.3% from 255) = 44.79%

 GREEN value IS 45 (17.97% from 255) = 9.98%

 BLUE value IS 204 (80.08% from 255) = 45.23%

R = 44.79%
G = 9.98%
B = 45.23%

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA2DCC (or 0xCA2DCC) is known color: Fuchsia. HEX triplet: CA, 2D and CC. RGB value is (202,45,204). Sum of RGB (Red+Green+Blue) = 202+45+204=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 45 (17.97% from 255 or 9.98% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA2DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2DCC is #35D233. Grayscale: #6D6D6D. Windows color (decimal): -3527220 or 13381066. OLE color: 13381066.

HSL color Cylindrical-coordinate representation of color #CA2DCC: hue angle of 299.25º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2DCC is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 45 204 -
CMYK 0.01 0.78 0 0.2
HSL 299.25º 0.64% 0.49% -
HSV(B) 299.25º 0.78% 0.8% -
XYZ 36.19 18.79 58.85 -
YUV 110.07 181.01 193.57 -
System Red Green Blue C M Y K H S L
Decimal 202 45 204 0.01 0.78 0 0.2 299.25 0.64 0.49
Hex CA 2D CC 1 4E 0 14 12B 40 31
Octal 312 55 314 1 116 0 24 453 100 61
Binary 11001010 101101 11001100 1 1001110 0 10100 100101011 1000000 110001

Color Harmonies of #CA2DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2DCC

Black with #CA2DCC

Text Example


Text Example

White with #CA2DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2DCC; }

 p { color: rgb(202,45,204); }

 H1.HeaderClassName
 {
   color: #CA2DCC;
 }
 .AnyTagClassName
 {
   color: #CA2DCC;
 }
</style>

background-color css

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

 a { background-color: rgb(202,45,204); }

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

border-color css

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

 span { border-color: rgb(202,45,204); }

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