Html Css Color HEX #CC4FC0 Fuchsia

📋 copy color: '#CC4FC0'

red 204 ◦ green 79 ◦ blue 192

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

Shades of Fuchsia #CC4FC0

Tints of Fuchsia #CC4FC0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.63%

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

R = 42.95%
G = 16.63%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC4FC0 (or 0xCC4FC0) is known color: Fuchsia. HEX triplet: CC, 4F and C0. RGB value is (204,79,192). Sum of RGB (Red+Green+Blue) = 204+79+192=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4FC0 is #33B03F. Grayscale: #808080. Windows color (decimal): -3387456 or 12603340. OLE color: 12603340.

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

Color convert

RGB 204 79 192 -
CMYK 0 0.61 0.06 0.2
HSL 305.76º 0.55% 0.55% -
HSV(B) 305.76º 0.61% 0.8% -
XYZ 37.21 22.24 52.2 -
YUV 129.26 163.41 181.31 -
System Red Green Blue C M Y K H S L
Decimal 204 79 192 0 0.61 0.06 0.2 305.76 0.55 0.55
Hex CC 4F C0 0 3D 6 14 132 37 37
Octal 314 117 300 0 75 6 24 462 67 67
Binary 11001100 1001111 11000000 0 111101 110 10100 100110010 110111 110111

Color Harmonies of #CC4FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4FC0

Black with #CC4FC0

Text Example


Text Example

White with #CC4FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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