Html Css Color HEX #CC33C6 Fuchsia

📋 copy color: '#CC33C6'

red 204 ◦ green 51 ◦ blue 198

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

Shades of Fuchsia #CC33C6

Tints of Fuchsia #CC33C6

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.26%

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

R = 45.03%
G = 11.26%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#CC33C6 (or 0xCC33C6) is known color: Fuchsia. HEX triplet: CC, 33 and C6. RGB value is (204,51,198). Sum of RGB (Red+Green+Blue) = 204+51+198=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 51 (20.31% from 255 or 11.26% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC33C6 is #33CC39. Grayscale: #717171. Windows color (decimal): -3394618 or 12989388. OLE color: 12989388.

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

Color convert

RGB 204 51 198 -
CMYK 0 0.75 0.03 0.2
HSL 302.35º 0.6% 0.5% -
HSV(B) 302.35º 0.75% 0.8% -
XYZ 36.28 19.28 55.24 -
YUV 113.51 175.69 192.55 -
System Red Green Blue C M Y K H S L
Decimal 204 51 198 0 0.75 0.03 0.2 302.35 0.6 0.5
Hex CC 33 C6 0 4B 3 14 12E 3C 32
Octal 314 63 306 0 113 3 24 456 74 62
Binary 11001100 110011 11000110 0 1001011 11 10100 100101110 111100 110010

Color Harmonies of #CC33C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC33C6

Black with #CC33C6

Text Example


Text Example

White with #CC33C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC33C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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