Html Css Color HEX #CA47CC Fuchsia

📋 copy color: '#CA47CC'

red 202 ◦ green 71 ◦ blue 204

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

Shades of Fuchsia #CA47CC

Tints of Fuchsia #CA47CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.77%

R = 42.35%
G = 14.88%
B = 42.77%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA47CC (or 0xCA47CC) is known color: Fuchsia. HEX triplet: CA, 47 and CC. RGB value is (202,71,204). Sum of RGB (Red+Green+Blue) = 202+71+204=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 71 (28.12% from 255 or 14.88% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA47CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA47CC is #35B833. Grayscale: #7C7C7C. Windows color (decimal): -3520564 or 13387722. OLE color: 13387722.

HSL color Cylindrical-coordinate representation of color #CA47CC: hue angle of 299.1º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA47CC is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 71 204 -
CMYK 0.01 0.65 0 0.2
HSL 299.1º 0.57% 0.54% -
HSV(B) 299.1º 0.65% 0.8% -
XYZ 37.51 21.42 59.28 -
YUV 125.33 172.4 182.69 -
System Red Green Blue C M Y K H S L
Decimal 202 71 204 0.01 0.65 0 0.2 299.1 0.57 0.54
Hex CA 47 CC 1 41 0 14 12B 39 36
Octal 312 107 314 1 101 0 24 453 71 66
Binary 11001010 1000111 11001100 1 1000001 0 10100 100101011 111001 110110

Color Harmonies of #CA47CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA47CC

Black with #CA47CC

Text Example


Text Example

White with #CA47CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA47CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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