Html Css Color HEX #CC4CC7 Fuchsia

📋 copy color: '#CC4CC7'

red 204 ◦ green 76 ◦ blue 199

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

Shades of Fuchsia #CC4CC7

Tints of Fuchsia #CC4CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.54%

R = 42.59%
G = 15.87%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CC4CC7 (or 0xCC4CC7) is known color: Fuchsia. HEX triplet: CC, 4C and C7. RGB value is (204,76,199). Sum of RGB (Red+Green+Blue) = 204+76+199=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 199 (78.12% from 255 or 41.54% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4CC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4CC7 is #33B338. Grayscale: #7F7F7F. Windows color (decimal): -3388217 or 13061324. OLE color: 13061324.

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

Color convert

RGB 204 76 199 -
CMYK 0 0.63 0.02 0.2
HSL 302.34º 0.56% 0.55% -
HSV(B) 302.34º 0.63% 0.8% -
XYZ 37.8 22.13 56.31 -
YUV 128.29 167.91 182 -
System Red Green Blue C M Y K H S L
Decimal 204 76 199 0 0.63 0.02 0.2 302.34 0.56 0.55
Hex CC 4C C7 0 3F 2 14 12E 38 37
Octal 314 114 307 0 77 2 24 456 70 67
Binary 11001100 1001100 11000111 0 111111 10 10100 100101110 111000 110111

Color Harmonies of #CC4CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4CC7

Black with #CC4CC7

Text Example


Text Example

White with #CC4CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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