Html Css Color HEX #CC335D Cerise

📋 copy color: '#CC335D'

red 204 ◦ green 51 ◦ blue 93

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

Shades of Cerise #CC335D

Tints of Cerise #CC335D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.72%

R = 58.62%
G = 14.66%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC335D (or 0xCC335D) is known color: Cerise. HEX triplet: CC, 33 and 5D. RGB value is (204,51,93). Sum of RGB (Red+Green+Blue) = 204+51+93=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC335D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC335D is #33CCA2. Grayscale: #656565. Windows color (decimal): -3394723 or 6108108. OLE color: 6108108.

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

Color convert

RGB 204 51 93 -
CMYK 0 0.75 0.54 0.2
HSL 343.53º 0.6% 0.5% -
HSV(B) 343.53º 0.75% 0.8% -
XYZ 28.06 16 11.96 -
YUV 101.54 123.19 201.08 -
System Red Green Blue C M Y K H S L
Decimal 204 51 93 0 0.75 0.54 0.2 343.53 0.6 0.5
Hex CC 33 5D 0 4B 36 14 158 3C 32
Octal 314 63 135 0 113 66 24 530 74 62
Binary 11001100 110011 1011101 0 1001011 110110 10100 101011000 111100 110010

Color Harmonies of #CC335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC335D

Black with #CC335D

Text Example


Text Example

White with #CC335D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC335D; }

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

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

background-color css

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

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

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

border-color css

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

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

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