Html Css Color HEX #CA47CB Fuchsia

📋 copy color: '#CA47CB'

red 202 ◦ green 71 ◦ blue 203

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

Shades of Fuchsia #CA47CB

Tints of Fuchsia #CA47CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.65%

R = 42.44%
G = 14.92%
B = 42.65%

CMYK

 C value IS 0.00

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA47CB (or 0xCA47CB) is known color: Fuchsia. HEX triplet: CA, 47 and CB. RGB value is (202,71,203). Sum of RGB (Red+Green+Blue) = 202+71+203=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 71 (28.12% from 255 or 14.92% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA47CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA47CB is #35B834. Grayscale: #7C7C7C. Windows color (decimal): -3520565 or 13322186. OLE color: 13322186.

HSL color Cylindrical-coordinate representation of color #CA47CB: hue angle of 299.55º degrees, saturation: 0.56, 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 #CA47CB is Cyan = 0.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 71 203 -
CMYK 0.00 0.65 0 0.20
HSL 299.55º 0.56% 0.54% -
HSV(B) 299.55º 0.65% 0.8% -
XYZ 37.39 21.37 58.66 -
YUV 125.22 171.9 182.77 -
System Red Green Blue C M Y K H S L
Decimal 202 71 203 0.00 0.65 0 0.20 299.55 0.56 0.54
Hex CA 47 CB 0 41 0 14 12C 38 36
Octal 312 107 313 0 101 0 24 454 70 66
Binary 11001010 1000111 11001011 0 1000001 0 10100 100101100 111000 110110

Color Harmonies of #CA47CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA47CB

Black with #CA47CB

Text Example


Text Example

White with #CA47CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA47CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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