Html Css Color HEX #CE369F Deep Cerise

📋 copy color: '#CE369F'

red 206 ◦ green 54 ◦ blue 159

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

Shades of Deep Cerise #CE369F

Tints of Deep Cerise #CE369F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.95%

R = 49.16%
G = 12.89%
B = 37.95%

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

#CE369F (or 0xCE369F) is known color: Deep Cerise. HEX triplet: CE, 36 and 9F. RGB value is (206,54,159). Sum of RGB (Red+Green+Blue) = 206+54+159=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 54 (21.48% from 255 or 12.89% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE369F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE369F is #31C960. Grayscale: #6F6F6F. Windows color (decimal): -3262817 or 10434254. OLE color: 10434254.

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

Color convert

RGB 206 54 159 -
CMYK 0 0.74 0.23 0.19
HSL 318.55º 0.61% 0.51% -
HSV(B) 318.55º 0.74% 0.81% -
XYZ 33.03 18.26 34.59 -
YUV 111.42 154.86 195.46 -
System Red Green Blue C M Y K H S L
Decimal 206 54 159 0 0.74 0.23 0.19 318.55 0.61 0.51
Hex CE 36 9F 0 4A 17 13 13F 3D 33
Octal 316 66 237 0 112 27 23 477 75 63
Binary 11001110 110110 10011111 0 1001010 10111 10011 100111111 111101 110011

Color Harmonies of #CE369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE369F

Black with #CE369F

Text Example


Text Example

White with #CE369F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE369F; }

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

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

background-color css

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

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

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

border-color css

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

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

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