Html Css Color HEX #CC357F Deep Cerise

📋 copy color: '#CC357F'

red 204 ◦ green 53 ◦ blue 127

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

Shades of Deep Cerise #CC357F

Tints of Deep Cerise #CC357F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.07%

R = 53.13%
G = 13.8%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC357F (or 0xCC357F) is known color: Deep Cerise. HEX triplet: CC, 35 and 7F. RGB value is (204,53,127). Sum of RGB (Red+Green+Blue) = 204+53+127=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC357F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC357F is #33CA80. Grayscale: #6A6A6A. Windows color (decimal): -3394177 or 8336844. OLE color: 8336844.

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

Color convert

RGB 204 53 127 -
CMYK 0 0.74 0.38 0.2
HSL 330.6º 0.6% 0.5% -
HSV(B) 330.6º 0.74% 0.8% -
XYZ 30.01 16.92 21.76 -
YUV 106.59 139.53 197.48 -
System Red Green Blue C M Y K H S L
Decimal 204 53 127 0 0.74 0.38 0.2 330.6 0.6 0.5
Hex CC 35 7F 0 4A 26 14 14B 3C 32
Octal 314 65 177 0 112 46 24 513 74 62
Binary 11001100 110101 1111111 0 1001010 100110 10100 101001011 111100 110010

Color Harmonies of #CC357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC357F

Black with #CC357F

Text Example


Text Example

White with #CC357F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC357F; }

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

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

background-color css

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

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

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

border-color css

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

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

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