Html Css Color HEX #CE387E Deep Cerise

📋 copy color: '#CE387E'

red 206 ◦ green 56 ◦ blue 126

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

Shades of Deep Cerise #CE387E

Tints of Deep Cerise #CE387E

RGB

 RED value IS 206 (80.86% from 255) = 53.09%

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

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

R = 53.09%
G = 14.43%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE387E (or 0xCE387E) is known color: Deep Cerise. HEX triplet: CE, 38 and 7E. RGB value is (206,56,126). Sum of RGB (Red+Green+Blue) = 206+56+126=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE387E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE387E is #31C781. Grayscale: #6C6C6C. Windows color (decimal): -3262338 or 8272078. OLE color: 8272078.

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

Color convert

RGB 206 56 126 -
CMYK 0 0.73 0.39 0.19
HSL 332º 0.6% 0.51% -
HSV(B) 332º 0.73% 0.81% -
XYZ 30.63 17.46 21.49 -
YUV 108.83 137.7 197.31 -
System Red Green Blue C M Y K H S L
Decimal 206 56 126 0 0.73 0.39 0.19 332 0.6 0.51
Hex CE 38 7E 0 49 27 13 14C 3C 33
Octal 316 70 176 0 111 47 23 514 74 63
Binary 11001110 111000 1111110 0 1001001 100111 10011 101001100 111100 110011

Color Harmonies of #CE387E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE387E

Black with #CE387E

Text Example


Text Example

White with #CE387E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE387E; }

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

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

background-color css

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

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

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

border-color css

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

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

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