Html Css Color HEX #CC387F Deep Cerise

📋 copy color: '#CC387F'

red 204 ◦ green 56 ◦ blue 127

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

Shades of Deep Cerise #CC387F

Tints of Deep Cerise #CC387F

RGB

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

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

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

R = 52.71%
G = 14.47%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC387F (or 0xCC387F) is known color: Deep Cerise. HEX triplet: CC, 38 and 7F. RGB value is (204,56,127). Sum of RGB (Red+Green+Blue) = 204+56+127=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 56 (22.27% from 255 or 14.47% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC387F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC387F is #33C780. Grayscale: #6C6C6C. Windows color (decimal): -3393409 or 8337612. OLE color: 8337612.

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

Color convert

RGB 204 56 127 -
CMYK 0 0.73 0.38 0.2
HSL 331.22º 0.59% 0.51% -
HSV(B) 331.22º 0.73% 0.8% -
XYZ 30.15 17.2 21.81 -
YUV 108.35 138.53 196.23 -
System Red Green Blue C M Y K H S L
Decimal 204 56 127 0 0.73 0.38 0.2 331.22 0.59 0.51
Hex CC 38 7F 0 49 26 14 14B 3B 33
Octal 314 70 177 0 111 46 24 513 73 63
Binary 11001100 111000 1111111 0 1001001 100110 10100 101001011 111011 110011

Color Harmonies of #CC387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC387F

Black with #CC387F

Text Example


Text Example

White with #CC387F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC387F; }

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

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

background-color css

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

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

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

border-color css

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

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

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