Html Css Color HEX #CE30AA Deep Cerise

📋 copy color: '#CE30AA'

red 206 ◦ green 48 ◦ blue 170

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

Shades of Deep Cerise #CE30AA

Tints of Deep Cerise #CE30AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.09%

R = 48.58%
G = 11.32%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE30AA (or 0xCE30AA) is known color: Deep Cerise. HEX triplet: CE, 30 and AA. RGB value is (206,48,170). Sum of RGB (Red+Green+Blue) = 206+48+170=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 48 (19.14% from 255 or 11.32% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE30AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE30AA is #31CF55. Grayscale: #6C6C6C. Windows color (decimal): -3264342 or 11153614. OLE color: 11153614.

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

Color convert

RGB 206 48 170 -
CMYK 0 0.77 0.17 0.19
HSL 313.67º 0.62% 0.5% -
HSV(B) 313.67º 0.77% 0.81% -
XYZ 33.77 18.14 39.75 -
YUV 109.15 162.35 197.08 -
System Red Green Blue C M Y K H S L
Decimal 206 48 170 0 0.77 0.17 0.19 313.67 0.62 0.5
Hex CE 30 AA 0 4D 11 13 13A 3E 32
Octal 316 60 252 0 115 21 23 472 76 62
Binary 11001110 110000 10101010 0 1001101 10001 10011 100111010 111110 110010

Color Harmonies of #CE30AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE30AA

Black with #CE30AA

Text Example


Text Example

White with #CE30AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE30AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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