Html Css Color HEX #CC33C2 Fuchsia

📋 copy color: '#CC33C2'

red 204 ◦ green 51 ◦ blue 194

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

Shades of Fuchsia #CC33C2

Tints of Fuchsia #CC33C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.21%

R = 45.43%
G = 11.36%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CC33C2 (or 0xCC33C2) is known color: Fuchsia. HEX triplet: CC, 33 and C2. RGB value is (204,51,194). Sum of RGB (Red+Green+Blue) = 204+51+194=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 51 (20.31% from 255 or 11.36% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC33C2 is #33CC3D. Grayscale: #707070. Windows color (decimal): -3394622 or 12727244. OLE color: 12727244.

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

Color convert

RGB 204 51 194 -
CMYK 0 0.75 0.05 0.2
HSL 303.92º 0.6% 0.5% -
HSV(B) 303.92º 0.75% 0.8% -
XYZ 35.82 19.1 52.84 -
YUV 113.05 173.69 192.87 -
System Red Green Blue C M Y K H S L
Decimal 204 51 194 0 0.75 0.05 0.2 303.92 0.6 0.5
Hex CC 33 C2 0 4B 5 14 130 3C 32
Octal 314 63 302 0 113 5 24 460 74 62
Binary 11001100 110011 11000010 0 1001011 101 10100 100110000 111100 110010

Color Harmonies of #CC33C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC33C2

Black with #CC33C2

Text Example


Text Example

White with #CC33C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC33C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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