Html Css Color HEX #CE2D7E Deep Cerise

📋 copy color: '#CE2D7E'

red 206 ◦ green 45 ◦ blue 126

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

Shades of Deep Cerise #CE2D7E

Tints of Deep Cerise #CE2D7E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.94%

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

R = 54.64%
G = 11.94%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE2D7E (or 0xCE2D7E) is known color: Deep Cerise. HEX triplet: CE, 2D and 7E. RGB value is (206,45,126). Sum of RGB (Red+Green+Blue) = 206+45+126=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 45 (17.97% from 255 or 11.94% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2D7E is #31D281. Grayscale: #666666. Windows color (decimal): -3265154 or 8269262. OLE color: 8269262.

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

Color convert

RGB 206 45 126 -
CMYK 0 0.78 0.39 0.19
HSL 329.81º 0.64% 0.49% -
HSV(B) 329.81º 0.78% 0.81% -
XYZ 30.16 16.5 21.33 -
YUV 102.37 141.34 201.91 -
System Red Green Blue C M Y K H S L
Decimal 206 45 126 0 0.78 0.39 0.19 329.81 0.64 0.49
Hex CE 2D 7E 0 4E 27 13 14A 40 31
Octal 316 55 176 0 116 47 23 512 100 61
Binary 11001110 101101 1111110 0 1001110 100111 10011 101001010 1000000 110001

Color Harmonies of #CE2D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2D7E

Black with #CE2D7E

Text Example


Text Example

White with #CE2D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2D7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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