Html Css Color HEX #CC377C Deep Cerise

📋 copy color: '#CC377C'

red 204 ◦ green 55 ◦ blue 124

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

Shades of Deep Cerise #CC377C

Tints of Deep Cerise #CC377C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.36%

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

R = 53.26%
G = 14.36%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC377C (or 0xCC377C) is known color: Deep Cerise. HEX triplet: CC, 37 and 7C. RGB value is (204,55,124). Sum of RGB (Red+Green+Blue) = 204+55+124=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC377C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC377C is #33C883. Grayscale: #6B6B6B. Windows color (decimal): -3393668 or 8140748. OLE color: 8140748.

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

Color convert

RGB 204 55 124 -
CMYK 0 0.73 0.39 0.2
HSL 332.21º 0.59% 0.51% -
HSV(B) 332.21º 0.73% 0.8% -
XYZ 29.91 17.02 20.78 -
YUV 107.42 137.36 196.89 -
System Red Green Blue C M Y K H S L
Decimal 204 55 124 0 0.73 0.39 0.2 332.21 0.59 0.51
Hex CC 37 7C 0 49 27 14 14C 3B 33
Octal 314 67 174 0 111 47 24 514 73 63
Binary 11001100 110111 1111100 0 1001001 100111 10100 101001100 111011 110011

Color Harmonies of #CC377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC377C

Black with #CC377C

Text Example


Text Example

White with #CC377C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC377C; }

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

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

background-color css

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

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

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

border-color css

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

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

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