Html Css Color HEX #CA47D0 Fuchsia

📋 copy color: '#CA47D0'

red 202 ◦ green 71 ◦ blue 208

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

Shades of Fuchsia #CA47D0

Tints of Fuchsia #CA47D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.24%

R = 42%
G = 14.76%
B = 43.24%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA47D0 (or 0xCA47D0) is known color: Fuchsia. HEX triplet: CA, 47 and D0. RGB value is (202,71,208). Sum of RGB (Red+Green+Blue) = 202+71+208=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 71 (28.12% from 255 or 14.76% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA47D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA47D0 is #35B82F. Grayscale: #7D7D7D. Windows color (decimal): -3520560 or 13649866. OLE color: 13649866.

HSL color Cylindrical-coordinate representation of color #CA47D0: hue angle of 297.37º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA47D0 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 71 208 -
CMYK 0.03 0.66 0 0.18
HSL 297.37º 0.59% 0.55% -
HSV(B) 297.37º 0.66% 0.82% -
XYZ 38 21.62 61.84 -
YUV 125.79 174.4 182.36 -
System Red Green Blue C M Y K H S L
Decimal 202 71 208 0.03 0.66 0 0.18 297.37 0.59 0.55
Hex CA 47 D0 3 42 0 12 129 3B 37
Octal 312 107 320 3 102 0 22 451 73 67
Binary 11001010 1000111 11010000 11 1000010 0 10010 100101001 111011 110111

Color Harmonies of #CA47D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA47D0

Black with #CA47D0

Text Example


Text Example

White with #CA47D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA47D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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