Html Css Color HEX #CE3473 Deep Cerise

📋 copy color: '#CE3473'

red 206 ◦ green 52 ◦ blue 115

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

Shades of Deep Cerise #CE3473

Tints of Deep Cerise #CE3473

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.94%

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

R = 55.23%
G = 13.94%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE3473 (or 0xCE3473) is known color: Deep Cerise. HEX triplet: CE, 34 and 73. RGB value is (206,52,115). Sum of RGB (Red+Green+Blue) = 206+52+115=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3473 is #31CB8C. Grayscale: #696969. Windows color (decimal): -3263373 or 7550158. OLE color: 7550158.

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

Color convert

RGB 206 52 115 -
CMYK 0 0.75 0.44 0.19
HSL 335.45º 0.61% 0.51% -
HSV(B) 335.45º 0.75% 0.81% -
XYZ 29.78 16.82 17.9 -
YUV 105.23 133.52 199.88 -
System Red Green Blue C M Y K H S L
Decimal 206 52 115 0 0.75 0.44 0.19 335.45 0.61 0.51
Hex CE 34 73 0 4B 2C 13 14F 3D 33
Octal 316 64 163 0 113 54 23 517 75 63
Binary 11001110 110100 1110011 0 1001011 101100 10011 101001111 111101 110011

Color Harmonies of #CE3473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3473

Black with #CE3473

Text Example


Text Example

White with #CE3473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3473; }

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

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

background-color css

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

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

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

border-color css

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

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

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