Html Css Color HEX #CA42CA Fuchsia

📋 copy color: '#CA42CA'

red 202 ◦ green 66 ◦ blue 202

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

Shades of Fuchsia #CA42CA

Tints of Fuchsia #CA42CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.98%

R = 42.98%
G = 14.04%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CA42CA (or 0xCA42CA) is known color: Fuchsia. HEX triplet: CA, 42 and CA. RGB value is (202,66,202). Sum of RGB (Red+Green+Blue) = 202+66+202=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA42CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA42CA is #35BD35. Grayscale: #797979. Windows color (decimal): -3521846 or 13255370. OLE color: 13255370.

HSL color Cylindrical-coordinate representation of color #CA42CA: hue angle of 300º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA42CA is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 66 202 -
CMYK 0 0.67 0 0.21
HSL 300º 0.56% 0.53% -
HSV(B) 300º 0.67% 0.79% -
XYZ 36.97 20.72 57.93 -
YUV 122.17 173.06 184.94 -
System Red Green Blue C M Y K H S L
Decimal 202 66 202 0 0.67 0 0.21 300 0.56 0.53
Hex CA 42 CA 0 43 0 15 12C 38 35
Octal 312 102 312 0 103 0 25 454 70 65
Binary 11001010 1000010 11001010 0 1000011 0 10101 100101100 111000 110101

Color Harmonies of #CA42CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA42CA

Black with #CA42CA

Text Example


Text Example

White with #CA42CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA42CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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