Html Css Color HEX #CA42B7 Fuchsia

📋 copy color: '#CA42B7'

red 202 ◦ green 66 ◦ blue 183

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

Shades of Fuchsia #CA42B7

Tints of Fuchsia #CA42B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.58%

R = 44.79%
G = 14.63%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#CA42B7 (or 0xCA42B7) is known color: Fuchsia. HEX triplet: CA, 42 and B7. RGB value is (202,66,183). Sum of RGB (Red+Green+Blue) = 202+66+183=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 66 (26.17% from 255 or 14.63% from 451); Blue value is 183 (71.88% from 255 or 40.58% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA42B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA42B7 is #35BD48. Grayscale: #777777. Windows color (decimal): -3521865 or 12010186. OLE color: 12010186.

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

Color convert

RGB 202 66 183 -
CMYK 0 0.67 0.09 0.21
HSL 308.38º 0.56% 0.53% -
HSV(B) 308.38º 0.67% 0.79% -
XYZ 34.85 19.87 46.8 -
YUV 120 163.56 186.49 -
System Red Green Blue C M Y K H S L
Decimal 202 66 183 0 0.67 0.09 0.21 308.38 0.56 0.53
Hex CA 42 B7 0 43 9 15 134 38 35
Octal 312 102 267 0 103 11 25 464 70 65
Binary 11001010 1000010 10110111 0 1000011 1001 10101 100110100 111000 110101

Color Harmonies of #CA42B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA42B7

Black with #CA42B7

Text Example


Text Example

White with #CA42B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA42B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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