Html Css Color HEX #CC3372 Cerise

📋 copy color: '#CC3372'

red 204 ◦ green 51 ◦ blue 114

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

Shades of Cerise #CC3372

Tints of Cerise #CC3372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.89%

R = 55.28%
G = 13.82%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC3372 (or 0xCC3372) is known color: Cerise. HEX triplet: CC, 33 and 72. RGB value is (204,51,114). Sum of RGB (Red+Green+Blue) = 204+51+114=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3372 is #33CC8D. Grayscale: #676767. Windows color (decimal): -3394702 or 7484364. OLE color: 7484364.

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

Color convert

RGB 204 51 114 -
CMYK 0 0.75 0.44 0.2
HSL 335.29º 0.6% 0.5% -
HSV(B) 335.29º 0.75% 0.8% -
XYZ 29.12 16.42 17.55 -
YUV 103.93 133.69 199.38 -
System Red Green Blue C M Y K H S L
Decimal 204 51 114 0 0.75 0.44 0.2 335.29 0.6 0.5
Hex CC 33 72 0 4B 2C 14 14F 3C 32
Octal 314 63 162 0 113 54 24 517 74 62
Binary 11001100 110011 1110010 0 1001011 101100 10100 101001111 111100 110010

Color Harmonies of #CC3372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3372

Black with #CC3372

Text Example


Text Example

White with #CC3372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3372; }

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

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

background-color css

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

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

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

border-color css

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

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

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