Html Css Color HEX #CE2CAD Deep Cerise

📋 copy color: '#CE2CAD'

red 206 ◦ green 44 ◦ blue 173

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

Shades of Deep Cerise #CE2CAD

Tints of Deep Cerise #CE2CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.9%

R = 48.7%
G = 10.4%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE2CAD (or 0xCE2CAD) is known color: Deep Cerise. HEX triplet: CE, 2C and AD. RGB value is (206,44,173). Sum of RGB (Red+Green+Blue) = 206+44+173=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2CAD is #31D352. Grayscale: #6A6A6A. Windows color (decimal): -3265363 or 11349198. OLE color: 11349198.

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

Color convert

RGB 206 44 173 -
CMYK 0 0.79 0.16 0.19
HSL 312.22º 0.65% 0.49% -
HSV(B) 312.22º 0.79% 0.81% -
XYZ 33.9 17.94 41.21 -
YUV 107.14 165.17 198.51 -
System Red Green Blue C M Y K H S L
Decimal 206 44 173 0 0.79 0.16 0.19 312.22 0.65 0.49
Hex CE 2C AD 0 4F 10 13 138 41 31
Octal 316 54 255 0 117 20 23 470 101 61
Binary 11001110 101100 10101101 0 1001111 10000 10011 100111000 1000001 110001

Color Harmonies of #CE2CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2CAD

Black with #CE2CAD

Text Example


Text Example

White with #CE2CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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