Html Css Color HEX #CA47CE Fuchsia

📋 copy color: '#CA47CE'

red 202 ◦ green 71 ◦ blue 206

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

Shades of Fuchsia #CA47CE

Tints of Fuchsia #CA47CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 42.17%
G = 14.82%
B = 43.01%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA47CE (or 0xCA47CE) is known color: Fuchsia. HEX triplet: CA, 47 and CE. RGB value is (202,71,206). Sum of RGB (Red+Green+Blue) = 202+71+206=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 71 (28.12% from 255 or 14.82% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA47CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA47CE is #35B831. Grayscale: #7D7D7D. Windows color (decimal): -3520562 or 13518794. OLE color: 13518794.

HSL color Cylindrical-coordinate representation of color #CA47CE: hue angle of 298.22º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA47CE is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 71 206 -
CMYK 0.02 0.66 0 0.19
HSL 298.22º 0.58% 0.54% -
HSV(B) 298.22º 0.66% 0.81% -
XYZ 37.75 21.52 60.56 -
YUV 125.56 173.4 182.52 -
System Red Green Blue C M Y K H S L
Decimal 202 71 206 0.02 0.66 0 0.19 298.22 0.58 0.54
Hex CA 47 CE 2 42 0 13 12A 3A 36
Octal 312 107 316 2 102 0 23 452 72 66
Binary 11001010 1000111 11001110 10 1000010 0 10011 100101010 111010 110110

Color Harmonies of #CA47CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA47CE

Black with #CA47CE

Text Example


Text Example

White with #CA47CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA47CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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