Html Css Color HEX #CA42CC Fuchsia

📋 copy color: '#CA42CC'

red 202 ◦ green 66 ◦ blue 204

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

Shades of Fuchsia #CA42CC

Tints of Fuchsia #CA42CC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.98%

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

R = 42.8%
G = 13.98%
B = 43.22%

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA42CC (or 0xCA42CC) is known color: Fuchsia. HEX triplet: CA, 42 and CC. RGB value is (202,66,204). Sum of RGB (Red+Green+Blue) = 202+66+204=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA42CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA42CC is #35BD33. Grayscale: #797979. Windows color (decimal): -3521844 or 13386442. OLE color: 13386442.

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

Color convert

RGB 202 66 204 -
CMYK 0.01 0.68 0 0.2
HSL 299.13º 0.58% 0.53% -
HSV(B) 299.13º 0.68% 0.8% -
XYZ 37.2 20.81 59.18 -
YUV 122.4 174.06 184.78 -
System Red Green Blue C M Y K H S L
Decimal 202 66 204 0.01 0.68 0 0.2 299.13 0.58 0.53
Hex CA 42 CC 1 44 0 14 12B 3A 35
Octal 312 102 314 1 104 0 24 453 72 65
Binary 11001010 1000010 11001100 1 1000100 0 10100 100101011 111010 110101

Color Harmonies of #CA42CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA42CC

Black with #CA42CC

Text Example


Text Example

White with #CA42CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA42CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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