Html Css Color HEX #CE31A5 Deep Cerise

📋 copy color: '#CE31A5'

red 206 ◦ green 49 ◦ blue 165

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

Shades of Deep Cerise #CE31A5

Tints of Deep Cerise #CE31A5

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.67%

 BLUE value IS 165 (64.84% from 255) = 39.29%

R = 49.05%
G = 11.67%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CE31A5 (or 0xCE31A5) is known color: Deep Cerise. HEX triplet: CE, 31 and A5. RGB value is (206,49,165). Sum of RGB (Red+Green+Blue) = 206+49+165=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE31A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE31A5 is #31CE5A. Grayscale: #6C6C6C. Windows color (decimal): -3264091 or 10826190. OLE color: 10826190.

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

Color convert

RGB 206 49 165 -
CMYK 0 0.76 0.20 0.19
HSL 315.67º 0.62% 0.5% -
HSV(B) 315.67º 0.76% 0.81% -
XYZ 33.34 18.04 37.32 -
YUV 109.17 159.51 197.07 -
System Red Green Blue C M Y K H S L
Decimal 206 49 165 0 0.76 0.20 0.19 315.67 0.62 0.5
Hex CE 31 A5 0 4C 14 13 13C 3E 32
Octal 316 61 245 0 114 24 23 474 76 62
Binary 11001110 110001 10100101 0 1001100 10100 10011 100111100 111110 110010

Color Harmonies of #CE31A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE31A5

Black with #CE31A5

Text Example


Text Example

White with #CE31A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE31A5; }

 p { color: rgb(206,49,165); }

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

background-color css

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

 a { background-color: rgb(206,49,165); }

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

border-color css

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

 span { border-color: rgb(206,49,165); }

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