Html Css Color HEX #CC4DC0 Fuchsia

📋 copy color: '#CC4DC0'

red 204 ◦ green 77 ◦ blue 192

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

Shades of Fuchsia #CC4DC0

Tints of Fuchsia #CC4DC0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.28%

 BLUE value IS 192 (75.39% from 255) = 40.59%

R = 43.13%
G = 16.28%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC4DC0 (or 0xCC4DC0) is known color: Fuchsia. HEX triplet: CC, 4D and C0. RGB value is (204,77,192). Sum of RGB (Red+Green+Blue) = 204+77+192=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4DC0 is #33B23F. Grayscale: #7F7F7F. Windows color (decimal): -3387968 or 12602828. OLE color: 12602828.

HSL color Cylindrical-coordinate representation of color #CC4DC0: hue angle of 305.67º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC4DC0 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 77 192 -
CMYK 0 0.62 0.06 0.2
HSL 305.67º 0.55% 0.55% -
HSV(B) 305.67º 0.62% 0.8% -
XYZ 37.07 21.95 52.15 -
YUV 128.08 164.08 182.15 -
System Red Green Blue C M Y K H S L
Decimal 204 77 192 0 0.62 0.06 0.2 305.67 0.55 0.55
Hex CC 4D C0 0 3E 6 14 132 37 37
Octal 314 115 300 0 76 6 24 462 67 67
Binary 11001100 1001101 11000000 0 111110 110 10100 100110010 110111 110111

Color Harmonies of #CC4DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4DC0

Black with #CC4DC0

Text Example


Text Example

White with #CC4DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4DC0; }

 p { color: rgb(204,77,192); }

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

background-color css

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

 a { background-color: rgb(204,77,192); }

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

border-color css

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

 span { border-color: rgb(204,77,192); }

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