Html Css Color HEX #CE3273 Deep Cerise

📋 copy color: '#CE3273'

red 206 ◦ green 50 ◦ blue 115

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

Shades of Deep Cerise #CE3273

Tints of Deep Cerise #CE3273

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.48%

 BLUE value IS 115 (45.31% from 255) = 31%

R = 55.53%
G = 13.48%
B = 31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE3273 (or 0xCE3273) is known color: Deep Cerise. HEX triplet: CE, 32 and 73. RGB value is (206,50,115). Sum of RGB (Red+Green+Blue) = 206+50+115=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3273 is #31CD8C. Grayscale: #676767. Windows color (decimal): -3263885 or 7549646. OLE color: 7549646.

HSL color Cylindrical-coordinate representation of color #CE3273: hue angle of 335º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3273 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 50 115 -
CMYK 0 0.76 0.44 0.19
HSL 335º 0.61% 0.5% -
HSV(B) 335º 0.76% 0.81% -
XYZ 29.69 16.64 17.87 -
YUV 104.05 134.18 200.71 -
System Red Green Blue C M Y K H S L
Decimal 206 50 115 0 0.76 0.44 0.19 335 0.61 0.5
Hex CE 32 73 0 4C 2C 13 14F 3D 32
Octal 316 62 163 0 114 54 23 517 75 62
Binary 11001110 110010 1110011 0 1001100 101100 10011 101001111 111101 110010

Color Harmonies of #CE3273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3273

Black with #CE3273

Text Example


Text Example

White with #CE3273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3273; }

 p { color: rgb(206,50,115); }

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

background-color css

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

 a { background-color: rgb(206,50,115); }

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

border-color css

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

 span { border-color: rgb(206,50,115); }

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