Html Css Color HEX #CC3370 Cerise

📋 copy color: '#CC3370'

red 204 ◦ green 51 ◦ blue 112

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

Shades of Cerise #CC3370

Tints of Cerise #CC3370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.52%

R = 55.59%
G = 13.9%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC3370 (or 0xCC3370) is known color: Cerise. HEX triplet: CC, 33 and 70. RGB value is (204,51,112). Sum of RGB (Red+Green+Blue) = 204+51+112=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3370 is #33CC8F. Grayscale: #676767. Windows color (decimal): -3394704 or 7353292. OLE color: 7353292.

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

Color convert

RGB 204 51 112 -
CMYK 0 0.75 0.45 0.2
HSL 336.08º 0.6% 0.5% -
HSV(B) 336.08º 0.75% 0.8% -
XYZ 29.01 16.37 16.96 -
YUV 103.7 132.69 199.54 -
System Red Green Blue C M Y K H S L
Decimal 204 51 112 0 0.75 0.45 0.2 336.08 0.6 0.5
Hex CC 33 70 0 4B 2D 14 150 3C 32
Octal 314 63 160 0 113 55 24 520 74 62
Binary 11001100 110011 1110000 0 1001011 101101 10100 101010000 111100 110010

Color Harmonies of #CC3370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3370

Black with #CC3370

Text Example


Text Example

White with #CC3370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3370; }

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

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

background-color css

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

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

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

border-color css

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

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

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