Html Css Color HEX #CE2CAB Deep Cerise

📋 copy color: '#CE2CAB'

red 206 ◦ green 44 ◦ blue 171

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

Shades of Deep Cerise #CE2CAB

Tints of Deep Cerise #CE2CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.62%

R = 48.93%
G = 10.45%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE2CAB (or 0xCE2CAB) is known color: Deep Cerise. HEX triplet: CE, 2C and AB. RGB value is (206,44,171). Sum of RGB (Red+Green+Blue) = 206+44+171=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 44 (17.58% from 255 or 10.45% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2CAB is #31D354. Grayscale: #6A6A6A. Windows color (decimal): -3265365 or 11218126. OLE color: 11218126.

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

Color convert

RGB 206 44 171 -
CMYK 0 0.79 0.17 0.19
HSL 312.96º 0.65% 0.49% -
HSV(B) 312.96º 0.79% 0.81% -
XYZ 33.7 17.86 40.2 -
YUV 106.92 164.17 198.67 -
System Red Green Blue C M Y K H S L
Decimal 206 44 171 0 0.79 0.17 0.19 312.96 0.65 0.49
Hex CE 2C AB 0 4F 11 13 139 41 31
Octal 316 54 253 0 117 21 23 471 101 61
Binary 11001110 101100 10101011 0 1001111 10001 10011 100111001 1000001 110001

Color Harmonies of #CE2CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2CAB

Black with #CE2CAB

Text Example


Text Example

White with #CE2CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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