Html Css Color HEX #CA47CA Fuchsia

📋 copy color: '#CA47CA'

red 202 ◦ green 71 ◦ blue 202

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

Shades of Fuchsia #CA47CA

Tints of Fuchsia #CA47CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.53%

R = 42.53%
G = 14.95%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CA47CA (or 0xCA47CA) is known color: Fuchsia. HEX triplet: CA, 47 and CA. RGB value is (202,71,202). Sum of RGB (Red+Green+Blue) = 202+71+202=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 71 (28.12% from 255 or 14.95% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA47CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA47CA is #35B835. Grayscale: #7C7C7C. Windows color (decimal): -3520566 or 13256650. OLE color: 13256650.

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

Color convert

RGB 202 71 202 -
CMYK 0 0.65 0 0.21
HSL 300º 0.55% 0.54% -
HSV(B) 300º 0.65% 0.79% -
XYZ 37.27 21.33 58.03 -
YUV 125.1 171.4 182.85 -
System Red Green Blue C M Y K H S L
Decimal 202 71 202 0 0.65 0 0.21 300 0.55 0.54
Hex CA 47 CA 0 41 0 15 12C 37 36
Octal 312 107 312 0 101 0 25 454 67 66
Binary 11001010 1000111 11001010 0 1000001 0 10101 100101100 110111 110110

Color Harmonies of #CA47CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA47CA

Black with #CA47CA

Text Example


Text Example

White with #CA47CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA47CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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