Html Css Color HEX #CE297A Deep Cerise

📋 copy color: '#CE297A'

red 206 ◦ green 41 ◦ blue 122

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

Shades of Deep Cerise #CE297A

Tints of Deep Cerise #CE297A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.06%

R = 55.83%
G = 11.11%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE297A (or 0xCE297A) is known color: Deep Cerise. HEX triplet: CE, 29 and 7A. RGB value is (206,41,122). Sum of RGB (Red+Green+Blue) = 206+41+122=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE297A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE297A is #31D685. Grayscale: #636363. Windows color (decimal): -3266182 or 8006094. OLE color: 8006094.

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

Color convert

RGB 206 41 122 -
CMYK 0 0.80 0.41 0.19
HSL 330.55º 0.67% 0.48% -
HSV(B) 330.55º 0.8% 0.81% -
XYZ 29.76 16.11 19.95 -
YUV 99.57 140.66 203.91 -
System Red Green Blue C M Y K H S L
Decimal 206 41 122 0 0.80 0.41 0.19 330.55 0.67 0.48
Hex CE 29 7A 0 50 29 13 14B 43 30
Octal 316 51 172 0 120 51 23 513 103 60
Binary 11001110 101001 1111010 0 1010000 101001 10011 101001011 1000011 110000

Color Harmonies of #CE297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE297A

Black with #CE297A

Text Example


Text Example

White with #CE297A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE297A; }

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

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

background-color css

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

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

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

border-color css

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

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

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