Html Css Color HEX #CE369E Deep Cerise

📋 copy color: '#CE369E'

red 206 ◦ green 54 ◦ blue 158

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

Shades of Deep Cerise #CE369E

Tints of Deep Cerise #CE369E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.8%

R = 49.28%
G = 12.92%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CE369E (or 0xCE369E) is known color: Deep Cerise. HEX triplet: CE, 36 and 9E. RGB value is (206,54,158). Sum of RGB (Red+Green+Blue) = 206+54+158=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 54 (21.48% from 255 or 12.92% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE369E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE369E is #31C961. Grayscale: #6F6F6F. Windows color (decimal): -3262818 or 10368718. OLE color: 10368718.

HSL color Cylindrical-coordinate representation of color #CE369E: hue angle of 318.95º 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 #CE369E is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 54 158 -
CMYK 0 0.74 0.23 0.19
HSL 318.95º 0.61% 0.51% -
HSV(B) 318.95º 0.74% 0.81% -
XYZ 32.94 18.23 34.13 -
YUV 111.3 154.36 195.54 -
System Red Green Blue C M Y K H S L
Decimal 206 54 158 0 0.74 0.23 0.19 318.95 0.61 0.51
Hex CE 36 9E 0 4A 17 13 13F 3D 33
Octal 316 66 236 0 112 27 23 477 75 63
Binary 11001110 110110 10011110 0 1001010 10111 10011 100111111 111101 110011

Color Harmonies of #CE369E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE369E

Black with #CE369E

Text Example


Text Example

White with #CE369E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE369E; }

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

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

background-color css

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

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

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

border-color css

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

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

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