Html Css Color HEX #CE34AB Deep Cerise

📋 copy color: '#CE34AB'

red 206 ◦ green 52 ◦ blue 171

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

Shades of Deep Cerise #CE34AB

Tints of Deep Cerise #CE34AB

RGB

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

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

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

R = 48.02%
G = 12.12%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE34AB (or 0xCE34AB) is known color: Deep Cerise. HEX triplet: CE, 34 and AB. RGB value is (206,52,171). Sum of RGB (Red+Green+Blue) = 206+52+171=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 52 (20.70% from 255 or 12.12% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE34AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE34AB is #31CB54. Grayscale: #6F6F6F. Windows color (decimal): -3263317 or 11220174. OLE color: 11220174.

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

Color convert

RGB 206 52 171 -
CMYK 0 0.75 0.17 0.19
HSL 313.64º 0.61% 0.51% -
HSV(B) 313.64º 0.75% 0.81% -
XYZ 34.03 18.52 40.31 -
YUV 111.61 161.52 195.32 -
System Red Green Blue C M Y K H S L
Decimal 206 52 171 0 0.75 0.17 0.19 313.64 0.61 0.51
Hex CE 34 AB 0 4B 11 13 13A 3D 33
Octal 316 64 253 0 113 21 23 472 75 63
Binary 11001110 110100 10101011 0 1001011 10001 10011 100111010 111101 110011

Color Harmonies of #CE34AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE34AB

Black with #CE34AB

Text Example


Text Example

White with #CE34AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE34AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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