Html Css Color HEX #CE37A0 Deep Cerise

📋 copy color: '#CE37A0'

red 206 ◦ green 55 ◦ blue 160

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

Shades of Deep Cerise #CE37A0

Tints of Deep Cerise #CE37A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38%

R = 48.93%
G = 13.06%
B = 38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CE37A0 (or 0xCE37A0) is known color: Deep Cerise. HEX triplet: CE, 37 and A0. RGB value is (206,55,160). Sum of RGB (Red+Green+Blue) = 206+55+160=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 55 (21.88% from 255 or 13.06% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE37A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE37A0 is #31C85F. Grayscale: #6F6F6F. Windows color (decimal): -3262560 or 10500046. OLE color: 10500046.

HSL color Cylindrical-coordinate representation of color #CE37A0: hue angle of 318.28º degrees, saturation: 0.61, 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 #CE37A0 is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 55 160 -
CMYK 0 0.73 0.22 0.19
HSL 318.28º 0.61% 0.51% -
HSV(B) 318.28º 0.73% 0.81% -
XYZ 33.16 18.39 35.06 -
YUV 112.12 155.03 194.96 -
System Red Green Blue C M Y K H S L
Decimal 206 55 160 0 0.73 0.22 0.19 318.28 0.61 0.51
Hex CE 37 A0 0 49 16 13 13E 3D 33
Octal 316 67 240 0 111 26 23 476 75 63
Binary 11001110 110111 10100000 0 1001001 10110 10011 100111110 111101 110011

Color Harmonies of #CE37A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE37A0

Black with #CE37A0

Text Example


Text Example

White with #CE37A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE37A0; }

 p { color: rgb(206,55,160); }

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

background-color css

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

 a { background-color: rgb(206,55,160); }

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

border-color css

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

 span { border-color: rgb(206,55,160); }

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