Html Css Color HEX #CC387E Deep Cerise

📋 copy color: '#CC387E'

red 204 ◦ green 56 ◦ blue 126

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

Shades of Deep Cerise #CC387E

Tints of Deep Cerise #CC387E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.64%

R = 52.85%
G = 14.51%
B = 32.64%

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

#CC387E (or 0xCC387E) is known color: Deep Cerise. HEX triplet: CC, 38 and 7E. RGB value is (204,56,126). Sum of RGB (Red+Green+Blue) = 204+56+126=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC387E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC387E is #33C781. Grayscale: #6C6C6C. Windows color (decimal): -3393410 or 8272076. OLE color: 8272076.

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

Color convert

RGB 204 56 126 -
CMYK 0 0.73 0.38 0.2
HSL 331.62º 0.59% 0.51% -
HSV(B) 331.62º 0.73% 0.8% -
XYZ 30.08 17.17 21.47 -
YUV 108.23 138.03 196.31 -
System Red Green Blue C M Y K H S L
Decimal 204 56 126 0 0.73 0.38 0.2 331.62 0.59 0.51
Hex CC 38 7E 0 49 26 14 14C 3B 33
Octal 314 70 176 0 111 46 24 514 73 63
Binary 11001100 111000 1111110 0 1001001 100110 10100 101001100 111011 110011

Color Harmonies of #CC387E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC387E

Black with #CC387E

Text Example


Text Example

White with #CC387E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC387E; }

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

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

background-color css

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

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

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

border-color css

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

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

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