Html Css Color HEX #CC4CC6 Fuchsia

📋 copy color: '#CC4CC6'

red 204 ◦ green 76 ◦ blue 198

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

Shades of Fuchsia #CC4CC6

Tints of Fuchsia #CC4CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.42%

R = 42.68%
G = 15.9%
B = 41.42%

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

#CC4CC6 (or 0xCC4CC6) is known color: Fuchsia. HEX triplet: CC, 4C and C6. RGB value is (204,76,198). Sum of RGB (Red+Green+Blue) = 204+76+198=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4CC6 is #33B339. Grayscale: #7F7F7F. Windows color (decimal): -3388218 or 12995788. OLE color: 12995788.

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

Color convert

RGB 204 76 198 -
CMYK 0 0.63 0.03 0.2
HSL 302.81º 0.56% 0.55% -
HSV(B) 302.81º 0.63% 0.8% -
XYZ 37.68 22.08 55.7 -
YUV 128.18 167.41 182.08 -
System Red Green Blue C M Y K H S L
Decimal 204 76 198 0 0.63 0.03 0.2 302.81 0.56 0.55
Hex CC 4C C6 0 3F 3 14 12F 38 37
Octal 314 114 306 0 77 3 24 457 70 67
Binary 11001100 1001100 11000110 0 111111 11 10100 100101111 111000 110111

Color Harmonies of #CC4CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4CC6

Black with #CC4CC6

Text Example


Text Example

White with #CC4CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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