Html Css Color HEX #CA47BE Fuchsia

📋 copy color: '#CA47BE'

red 202 ◦ green 71 ◦ blue 190

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

Shades of Fuchsia #CA47BE

Tints of Fuchsia #CA47BE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.33%

 BLUE value IS 190 (74.61% from 255) = 41.04%

R = 43.63%
G = 15.33%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA47BE (or 0xCA47BE) is known color: Fuchsia. HEX triplet: CA, 47 and BE. RGB value is (202,71,190). Sum of RGB (Red+Green+Blue) = 202+71+190=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 71 (28.12% from 255 or 15.33% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA47BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA47BE is #35B841. Grayscale: #7B7B7B. Windows color (decimal): -3520578 or 12470218. OLE color: 12470218.

HSL color Cylindrical-coordinate representation of color #CA47BE: hue angle of 305.5º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA47BE is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 71 190 -
CMYK 0 0.65 0.06 0.21
HSL 305.5º 0.55% 0.54% -
HSV(B) 305.5º 0.65% 0.79% -
XYZ 35.9 20.78 50.83 -
YUV 123.74 165.4 183.82 -
System Red Green Blue C M Y K H S L
Decimal 202 71 190 0 0.65 0.06 0.21 305.5 0.55 0.54
Hex CA 47 BE 0 41 6 15 131 37 36
Octal 312 107 276 0 101 6 25 461 67 66
Binary 11001010 1000111 10111110 0 1000001 110 10101 100110001 110111 110110

Color Harmonies of #CA47BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA47BE

Black with #CA47BE

Text Example


Text Example

White with #CA47BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA47BE; }

 p { color: rgb(202,71,190); }

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

background-color css

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

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

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

border-color css

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

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

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