Html Css Color HEX #CC335C Cerise

📋 copy color: '#CC335C'

red 204 ◦ green 51 ◦ blue 92

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

Shades of Cerise #CC335C

Tints of Cerise #CC335C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.51%

R = 58.79%
G = 14.7%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC335C (or 0xCC335C) is known color: Cerise. HEX triplet: CC, 33 and 5C. RGB value is (204,51,92). Sum of RGB (Red+Green+Blue) = 204+51+92=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC335C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC335C is #33CCA3. Grayscale: #656565. Windows color (decimal): -3394724 or 6042572. OLE color: 6042572.

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

Color convert

RGB 204 51 92 -
CMYK 0 0.75 0.55 0.2
HSL 343.92º 0.6% 0.5% -
HSV(B) 343.92º 0.75% 0.8% -
XYZ 28.02 15.98 11.73 -
YUV 101.42 122.69 201.17 -
System Red Green Blue C M Y K H S L
Decimal 204 51 92 0 0.75 0.55 0.2 343.92 0.6 0.5
Hex CC 33 5C 0 4B 37 14 158 3C 32
Octal 314 63 134 0 113 67 24 530 74 62
Binary 11001100 110011 1011100 0 1001011 110111 10100 101011000 111100 110010

Color Harmonies of #CC335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC335C

Black with #CC335C

Text Example


Text Example

White with #CC335C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC335C; }

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

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

background-color css

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

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

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

border-color css

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

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

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