Html Css Color HEX #CC357D Deep Cerise

📋 copy color: '#CC357D'

red 204 ◦ green 53 ◦ blue 125

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

Shades of Deep Cerise #CC357D

Tints of Deep Cerise #CC357D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.72%

R = 53.4%
G = 13.87%
B = 32.72%

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

#CC357D (or 0xCC357D) is known color: Deep Cerise. HEX triplet: CC, 35 and 7D. RGB value is (204,53,125). Sum of RGB (Red+Green+Blue) = 204+53+125=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC357D is #33CA82. Grayscale: #6A6A6A. Windows color (decimal): -3394179 or 8205772. OLE color: 8205772.

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

Color convert

RGB 204 53 125 -
CMYK 0 0.74 0.39 0.2
HSL 331.39º 0.6% 0.5% -
HSV(B) 331.39º 0.74% 0.8% -
XYZ 29.88 16.86 21.08 -
YUV 106.36 138.53 197.65 -
System Red Green Blue C M Y K H S L
Decimal 204 53 125 0 0.74 0.39 0.2 331.39 0.6 0.5
Hex CC 35 7D 0 4A 27 14 14B 3C 32
Octal 314 65 175 0 112 47 24 513 74 62
Binary 11001100 110101 1111101 0 1001010 100111 10100 101001011 111100 110010

Color Harmonies of #CC357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC357D

Black with #CC357D

Text Example


Text Example

White with #CC357D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC357D; }

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

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

background-color css

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

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

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

border-color css

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

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

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