Html Css Color HEX #CE30AD Deep Cerise

📋 copy color: '#CE30AD'

red 206 ◦ green 48 ◦ blue 173

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

Shades of Deep Cerise #CE30AD

Tints of Deep Cerise #CE30AD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.24%

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

R = 48.24%
G = 11.24%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE30AD (or 0xCE30AD) is known color: Deep Cerise. HEX triplet: CE, 30 and AD. RGB value is (206,48,173). Sum of RGB (Red+Green+Blue) = 206+48+173=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 48 (19.14% from 255 or 11.24% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE30AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE30AD is #31CF52. Grayscale: #6D6D6D. Windows color (decimal): -3264339 or 11350222. OLE color: 11350222.

HSL color Cylindrical-coordinate representation of color #CE30AD: hue angle of 312.53º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE30AD is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 48 173 -
CMYK 0 0.77 0.16 0.19
HSL 312.53º 0.62% 0.5% -
HSV(B) 312.53º 0.77% 0.81% -
XYZ 34.05 18.25 41.26 -
YUV 109.49 163.85 196.84 -
System Red Green Blue C M Y K H S L
Decimal 206 48 173 0 0.77 0.16 0.19 312.53 0.62 0.5
Hex CE 30 AD 0 4D 10 13 139 3E 32
Octal 316 60 255 0 115 20 23 471 76 62
Binary 11001110 110000 10101101 0 1001101 10000 10011 100111001 111110 110010

Color Harmonies of #CE30AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE30AD

Black with #CE30AD

Text Example


Text Example

White with #CE30AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE30AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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