Html Css Color HEX #CC4CC5 Fuchsia

📋 copy color: '#CC4CC5'

red 204 ◦ green 76 ◦ blue 197

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

Shades of Fuchsia #CC4CC5

Tints of Fuchsia #CC4CC5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.93%

 BLUE value IS 197 (77.34% from 255) = 41.3%

R = 42.77%
G = 15.93%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#CC4CC5 (or 0xCC4CC5) is known color: Fuchsia. HEX triplet: CC, 4C and C5. RGB value is (204,76,197). Sum of RGB (Red+Green+Blue) = 204+76+197=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4CC5 is #33B33A. Grayscale: #7F7F7F. Windows color (decimal): -3388219 or 12930252. OLE color: 12930252.

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

Color convert

RGB 204 76 197 -
CMYK 0 0.63 0.03 0.2
HSL 303.28º 0.56% 0.55% -
HSV(B) 303.28º 0.63% 0.8% -
XYZ 37.56 22.04 55.1 -
YUV 128.07 166.91 182.16 -
System Red Green Blue C M Y K H S L
Decimal 204 76 197 0 0.63 0.03 0.2 303.28 0.56 0.55
Hex CC 4C C5 0 3F 3 14 12F 38 37
Octal 314 114 305 0 77 3 24 457 70 67
Binary 11001100 1001100 11000101 0 111111 11 10100 100101111 111000 110111

Color Harmonies of #CC4CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4CC5

Black with #CC4CC5

Text Example


Text Example

White with #CC4CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4CC5; }

 p { color: rgb(204,76,197); }

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

background-color css

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

 a { background-color: rgb(204,76,197); }

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

border-color css

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

 span { border-color: rgb(204,76,197); }

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