Html Css Color HEX #CA42B5 Fuchsia

📋 copy color: '#CA42B5'

red 202 ◦ green 66 ◦ blue 181

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

Shades of Fuchsia #CA42B5

Tints of Fuchsia #CA42B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.31%

R = 44.99%
G = 14.7%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CA42B5 (or 0xCA42B5) is known color: Fuchsia. HEX triplet: CA, 42 and B5. RGB value is (202,66,181). Sum of RGB (Red+Green+Blue) = 202+66+181=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 66 (26.17% from 255 or 14.70% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA42B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA42B5 is #35BD4A. Grayscale: #777777. Windows color (decimal): -3521867 or 11879114. OLE color: 11879114.

HSL color Cylindrical-coordinate representation of color #CA42B5: hue angle of 309.26º 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 #CA42B5 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 66 181 -
CMYK 0 0.67 0.10 0.21
HSL 309.26º 0.56% 0.53% -
HSV(B) 309.26º 0.67% 0.79% -
XYZ 34.65 19.79 45.71 -
YUV 119.77 162.56 186.65 -
System Red Green Blue C M Y K H S L
Decimal 202 66 181 0 0.67 0.10 0.21 309.26 0.56 0.53
Hex CA 42 B5 0 43 A 15 135 38 35
Octal 312 102 265 0 103 12 25 465 70 65
Binary 11001010 1000010 10110101 0 1000011 1010 10101 100110101 111000 110101

Color Harmonies of #CA42B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA42B5

Black with #CA42B5

Text Example


Text Example

White with #CA42B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA42B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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