Html Css Color HEX #CE2C7F Deep Cerise

📋 copy color: '#CE2C7F'

red 206 ◦ green 44 ◦ blue 127

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

Shades of Deep Cerise #CE2C7F

Tints of Deep Cerise #CE2C7F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.67%

 BLUE value IS 127 (50% from 255) = 33.69%

R = 54.64%
G = 11.67%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE2C7F (or 0xCE2C7F) is known color: Deep Cerise. HEX triplet: CE, 2C and 7F. RGB value is (206,44,127). Sum of RGB (Red+Green+Blue) = 206+44+127=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 44 (17.58% from 255 or 11.67% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2C7F is #31D380. Grayscale: #656565. Windows color (decimal): -3265409 or 8334542. OLE color: 8334542.

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

Color convert

RGB 206 44 127 -
CMYK 0 0.79 0.38 0.19
HSL 329.26º 0.65% 0.49% -
HSV(B) 329.26º 0.79% 0.81% -
XYZ 30.19 16.46 21.66 -
YUV 101.9 142.17 202.25 -
System Red Green Blue C M Y K H S L
Decimal 206 44 127 0 0.79 0.38 0.19 329.26 0.65 0.49
Hex CE 2C 7F 0 4F 26 13 149 41 31
Octal 316 54 177 0 117 46 23 511 101 61
Binary 11001110 101100 1111111 0 1001111 100110 10011 101001001 1000001 110001

Color Harmonies of #CE2C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2C7F

Black with #CE2C7F

Text Example


Text Example

White with #CE2C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2C7F; }

 p { color: rgb(206,44,127); }

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

background-color css

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

 a { background-color: rgb(206,44,127); }

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

border-color css

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

 span { border-color: rgb(206,44,127); }

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