Html Css Color HEX #CC387C Deep Cerise

📋 copy color: '#CC387C'

red 204 ◦ green 56 ◦ blue 124

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

Shades of Deep Cerise #CC387C

Tints of Deep Cerise #CC387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.58%

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

R = 53.13%
G = 14.58%
B = 32.29%

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

#CC387C (or 0xCC387C) is known color: Deep Cerise. HEX triplet: CC, 38 and 7C. RGB value is (204,56,124). Sum of RGB (Red+Green+Blue) = 204+56+124=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC387C is #33C783. Grayscale: #6B6B6B. Windows color (decimal): -3393412 or 8141004. OLE color: 8141004.

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

Color convert

RGB 204 56 124 -
CMYK 0 0.73 0.39 0.2
HSL 332.43º 0.59% 0.51% -
HSV(B) 332.43º 0.73% 0.8% -
XYZ 29.95 17.12 20.79 -
YUV 108 137.03 196.47 -
System Red Green Blue C M Y K H S L
Decimal 204 56 124 0 0.73 0.39 0.2 332.43 0.59 0.51
Hex CC 38 7C 0 49 27 14 14C 3B 33
Octal 314 70 174 0 111 47 24 514 73 63
Binary 11001100 111000 1111100 0 1001001 100111 10100 101001100 111011 110011

Color Harmonies of #CC387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC387C

Black with #CC387C

Text Example


Text Example

White with #CC387C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC387C; }

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

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

background-color css

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

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

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

border-color css

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

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

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