Html Css Color HEX #CE30AC Deep Cerise

📋 copy color: '#CE30AC'

red 206 ◦ green 48 ◦ blue 172

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

Shades of Deep Cerise #CE30AC

Tints of Deep Cerise #CE30AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.38%

R = 48.36%
G = 11.27%
B = 40.38%

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

#CE30AC (or 0xCE30AC) is known color: Deep Cerise. HEX triplet: CE, 30 and AC. RGB value is (206,48,172). Sum of RGB (Red+Green+Blue) = 206+48+172=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 48 (19.14% from 255 or 11.27% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE30AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE30AC is #31CF53. Grayscale: #6D6D6D. Windows color (decimal): -3264340 or 11284686. OLE color: 11284686.

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

Color convert

RGB 206 48 172 -
CMYK 0 0.77 0.17 0.19
HSL 312.91º 0.62% 0.5% -
HSV(B) 312.91º 0.77% 0.81% -
XYZ 33.96 18.21 40.76 -
YUV 109.38 163.35 196.92 -
System Red Green Blue C M Y K H S L
Decimal 206 48 172 0 0.77 0.17 0.19 312.91 0.62 0.5
Hex CE 30 AC 0 4D 11 13 139 3E 32
Octal 316 60 254 0 115 21 23 471 76 62
Binary 11001110 110000 10101100 0 1001101 10001 10011 100111001 111110 110010

Color Harmonies of #CE30AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE30AC

Black with #CE30AC

Text Example


Text Example

White with #CE30AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE30AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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