Html Css Color HEX #CE30A1 Deep Cerise

📋 copy color: '#CE30A1'

red 206 ◦ green 48 ◦ blue 161

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

Shades of Deep Cerise #CE30A1

Tints of Deep Cerise #CE30A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.8%

R = 49.64%
G = 11.57%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CE30A1 (or 0xCE30A1) is known color: Deep Cerise. HEX triplet: CE, 30 and A1. RGB value is (206,48,161). Sum of RGB (Red+Green+Blue) = 206+48+161=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE30A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE30A1 is #31CF5E. Grayscale: #6B6B6B. Windows color (decimal): -3264351 or 10563790. OLE color: 10563790.

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

Color convert

RGB 206 48 161 -
CMYK 0 0.77 0.22 0.19
HSL 317.09º 0.62% 0.5% -
HSV(B) 317.09º 0.77% 0.81% -
XYZ 32.94 17.81 35.42 -
YUV 108.12 157.85 197.81 -
System Red Green Blue C M Y K H S L
Decimal 206 48 161 0 0.77 0.22 0.19 317.09 0.62 0.5
Hex CE 30 A1 0 4D 16 13 13D 3E 32
Octal 316 60 241 0 115 26 23 475 76 62
Binary 11001110 110000 10100001 0 1001101 10110 10011 100111101 111110 110010

Color Harmonies of #CE30A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE30A1

Black with #CE30A1

Text Example


Text Example

White with #CE30A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE30A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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