Html Css Color HEX #CE2B7F Deep Cerise

📋 copy color: '#CE2B7F'

red 206 ◦ green 43 ◦ blue 127

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

Shades of Deep Cerise #CE2B7F

Tints of Deep Cerise #CE2B7F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.44%

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

R = 54.79%
G = 11.44%
B = 33.78%

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

#CE2B7F (or 0xCE2B7F) is known color: Deep Cerise. HEX triplet: CE, 2B and 7F. RGB value is (206,43,127). Sum of RGB (Red+Green+Blue) = 206+43+127=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2B7F is #31D480. Grayscale: #656565. Windows color (decimal): -3265665 or 8334286. OLE color: 8334286.

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

Color convert

RGB 206 43 127 -
CMYK 0 0.79 0.38 0.19
HSL 329.08º 0.65% 0.49% -
HSV(B) 329.08º 0.79% 0.81% -
XYZ 30.15 16.38 21.65 -
YUV 101.31 142.5 202.67 -
System Red Green Blue C M Y K H S L
Decimal 206 43 127 0 0.79 0.38 0.19 329.08 0.65 0.49
Hex CE 2B 7F 0 4F 26 13 149 41 31
Octal 316 53 177 0 117 46 23 511 101 61
Binary 11001110 101011 1111111 0 1001111 100110 10011 101001001 1000001 110001

Color Harmonies of #CE2B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2B7F

Black with #CE2B7F

Text Example


Text Example

White with #CE2B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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