Html Css Color HEX #CE2BA4 Deep Cerise

📋 copy color: '#CE2BA4'

red 206 ◦ green 43 ◦ blue 164

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

Shades of Deep Cerise #CE2BA4

Tints of Deep Cerise #CE2BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.71%

R = 49.88%
G = 10.41%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CE2BA4 (or 0xCE2BA4) is known color: Deep Cerise. HEX triplet: CE, 2B and A4. RGB value is (206,43,164). Sum of RGB (Red+Green+Blue) = 206+43+164=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 164 (64.45% from 255 or 39.71% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2BA4 is #31D45B. Grayscale: #696969. Windows color (decimal): -3265628 or 10759118. OLE color: 10759118.

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

Color convert

RGB 206 43 164 -
CMYK 0 0.79 0.20 0.19
HSL 315.46º 0.65% 0.49% -
HSV(B) 315.46º 0.79% 0.81% -
XYZ 33.02 17.53 36.77 -
YUV 105.53 161 199.66 -
System Red Green Blue C M Y K H S L
Decimal 206 43 164 0 0.79 0.20 0.19 315.46 0.65 0.49
Hex CE 2B A4 0 4F 14 13 13B 41 31
Octal 316 53 244 0 117 24 23 473 101 61
Binary 11001110 101011 10100100 0 1001111 10100 10011 100111011 1000001 110001

Color Harmonies of #CE2BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2BA4

Black with #CE2BA4

Text Example


Text Example

White with #CE2BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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