Html Css Color HEX #CE297E Deep Cerise

📋 copy color: '#CE297E'

red 206 ◦ green 41 ◦ blue 126

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

Shades of Deep Cerise #CE297E

Tints of Deep Cerise #CE297E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.99%

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

R = 55.23%
G = 10.99%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE297E (or 0xCE297E) is known color: Deep Cerise. HEX triplet: CE, 29 and 7E. RGB value is (206,41,126). Sum of RGB (Red+Green+Blue) = 206+41+126=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE297E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE297E is #31D681. Grayscale: #636363. Windows color (decimal): -3266178 or 8268238. OLE color: 8268238.

HSL color Cylindrical-coordinate representation of color #CE297E: hue angle of 329.09º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE297E is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 41 126 -
CMYK 0 0.80 0.39 0.19
HSL 329.09º 0.67% 0.48% -
HSV(B) 329.09º 0.8% 0.81% -
XYZ 30.01 16.21 21.29 -
YUV 100.03 142.66 203.59 -
System Red Green Blue C M Y K H S L
Decimal 206 41 126 0 0.80 0.39 0.19 329.09 0.67 0.48
Hex CE 29 7E 0 50 27 13 149 43 30
Octal 316 51 176 0 120 47 23 511 103 60
Binary 11001110 101001 1111110 0 1010000 100111 10011 101001001 1000011 110000

Color Harmonies of #CE297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE297E

Black with #CE297E

Text Example


Text Example

White with #CE297E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE297E; }

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

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

background-color css

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

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

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

border-color css

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

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

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