Html Css Color HEX #CE367D Deep Cerise

📋 copy color: '#CE367D'

red 206 ◦ green 54 ◦ blue 125

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

Shades of Deep Cerise #CE367D

Tints of Deep Cerise #CE367D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.03%

 BLUE value IS 125 (49.22% from 255) = 32.47%

R = 53.51%
G = 14.03%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE367D (or 0xCE367D) is known color: Deep Cerise. HEX triplet: CE, 36 and 7D. RGB value is (206,54,125). Sum of RGB (Red+Green+Blue) = 206+54+125=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE367D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE367D is #31C982. Grayscale: #6B6B6B. Windows color (decimal): -3262851 or 8206030. OLE color: 8206030.

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

Color convert

RGB 206 54 125 -
CMYK 0 0.74 0.39 0.19
HSL 331.97º 0.61% 0.51% -
HSV(B) 331.97º 0.74% 0.81% -
XYZ 30.47 17.24 21.12 -
YUV 107.54 137.86 198.23 -
System Red Green Blue C M Y K H S L
Decimal 206 54 125 0 0.74 0.39 0.19 331.97 0.61 0.51
Hex CE 36 7D 0 4A 27 13 14C 3D 33
Octal 316 66 175 0 112 47 23 514 75 63
Binary 11001110 110110 1111101 0 1001010 100111 10011 101001100 111101 110011

Color Harmonies of #CE367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE367D

Black with #CE367D

Text Example


Text Example

White with #CE367D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE367D; }

 p { color: rgb(206,54,125); }

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

background-color css

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

 a { background-color: rgb(206,54,125); }

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

border-color css

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

 span { border-color: rgb(206,54,125); }

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