Html Css Color HEX #CC47D0 Fuchsia

📋 copy color: '#CC47D0'

red 204 ◦ green 71 ◦ blue 208

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

Shades of Fuchsia #CC47D0

Tints of Fuchsia #CC47D0

RGB

 RED value IS 204 (80.08% from 255) = 42.24%

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

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

R = 42.24%
G = 14.7%
B = 43.06%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC47D0 (or 0xCC47D0) is known color: Fuchsia. HEX triplet: CC, 47 and D0. RGB value is (204,71,208). Sum of RGB (Red+Green+Blue) = 204+71+208=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 71 (28.12% from 255 or 14.70% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC47D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC47D0 is #33B82F. Grayscale: #7D7D7D. Windows color (decimal): -3389488 or 13649868. OLE color: 13649868.

HSL color Cylindrical-coordinate representation of color #CC47D0: hue angle of 298.25º 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 #CC47D0 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 71 208 -
CMYK 0.02 0.66 0 0.18
HSL 298.25º 0.59% 0.55% -
HSV(B) 298.25º 0.66% 0.82% -
XYZ 38.54 21.9 61.87 -
YUV 126.39 174.06 183.36 -
System Red Green Blue C M Y K H S L
Decimal 204 71 208 0.02 0.66 0 0.18 298.25 0.59 0.55
Hex CC 47 D0 2 42 0 12 12A 3B 37
Octal 314 107 320 2 102 0 22 452 73 67
Binary 11001100 1000111 11010000 10 1000010 0 10010 100101010 111011 110111

Color Harmonies of #CC47D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC47D0

Black with #CC47D0

Text Example


Text Example

White with #CC47D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC47D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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