Html Css Color HEX #CC377B Deep Cerise

📋 copy color: '#CC377B'

red 204 ◦ green 55 ◦ blue 123

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

Shades of Deep Cerise #CC377B

Tints of Deep Cerise #CC377B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.2%

R = 53.4%
G = 14.4%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC377B (or 0xCC377B) is known color: Deep Cerise. HEX triplet: CC, 37 and 7B. RGB value is (204,55,123). Sum of RGB (Red+Green+Blue) = 204+55+123=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC377B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC377B is #33C884. Grayscale: #6B6B6B. Windows color (decimal): -3393669 or 8075212. OLE color: 8075212.

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

Color convert

RGB 204 55 123 -
CMYK 0 0.73 0.40 0.2
HSL 332.62º 0.59% 0.51% -
HSV(B) 332.62º 0.73% 0.8% -
XYZ 29.84 17 20.45 -
YUV 107.3 136.86 196.97 -
System Red Green Blue C M Y K H S L
Decimal 204 55 123 0 0.73 0.40 0.2 332.62 0.59 0.51
Hex CC 37 7B 0 49 28 14 14D 3B 33
Octal 314 67 173 0 111 50 24 515 73 63
Binary 11001100 110111 1111011 0 1001001 101000 10100 101001101 111011 110011

Color Harmonies of #CC377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC377B

Black with #CC377B

Text Example


Text Example

White with #CC377B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC377B; }

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

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

background-color css

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

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

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

border-color css

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

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

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