Html Css Color HEX #CC357C Deep Cerise

📋 copy color: '#CC357C'

red 204 ◦ green 53 ◦ blue 124

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

Shades of Deep Cerise #CC357C

Tints of Deep Cerise #CC357C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.91%

 BLUE value IS 124 (48.83% from 255) = 32.55%

R = 53.54%
G = 13.91%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC357C (or 0xCC357C) is known color: Deep Cerise. HEX triplet: CC, 35 and 7C. RGB value is (204,53,124). Sum of RGB (Red+Green+Blue) = 204+53+124=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC357C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC357C is #33CA83. Grayscale: #6A6A6A. Windows color (decimal): -3394180 or 8140236. OLE color: 8140236.

HSL color Cylindrical-coordinate representation of color #CC357C: hue angle of 331.79º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC357C is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 53 124 -
CMYK 0 0.74 0.39 0.2
HSL 331.79º 0.6% 0.5% -
HSV(B) 331.79º 0.74% 0.8% -
XYZ 29.81 16.84 20.75 -
YUV 106.24 138.03 197.73 -
System Red Green Blue C M Y K H S L
Decimal 204 53 124 0 0.74 0.39 0.2 331.79 0.6 0.5
Hex CC 35 7C 0 4A 27 14 14C 3C 32
Octal 314 65 174 0 112 47 24 514 74 62
Binary 11001100 110101 1111100 0 1001010 100111 10100 101001100 111100 110010

Color Harmonies of #CC357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC357C

Black with #CC357C

Text Example


Text Example

White with #CC357C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC357C; }

 p { color: rgb(204,53,124); }

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

background-color css

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

 a { background-color: rgb(204,53,124); }

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

border-color css

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

 span { border-color: rgb(204,53,124); }

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