Html Css Color HEX #CE3495 Deep Cerise

📋 copy color: '#CE3495'

red 206 ◦ green 52 ◦ blue 149

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

Shades of Deep Cerise #CE3495

Tints of Deep Cerise #CE3495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.78%

 BLUE value IS 149 (58.59% from 255) = 36.61%

R = 50.61%
G = 12.78%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE3495 (or 0xCE3495) is known color: Deep Cerise. HEX triplet: CE, 34 and 95. RGB value is (206,52,149). Sum of RGB (Red+Green+Blue) = 206+52+149=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3495 is #31CB6A. Grayscale: #6C6C6C. Windows color (decimal): -3263339 or 9778382. OLE color: 9778382.

HSL color Cylindrical-coordinate representation of color #CE3495: hue angle of 322.21º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3495 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 52 149 -
CMYK 0 0.75 0.28 0.19
HSL 322.21º 0.61% 0.51% -
HSV(B) 322.21º 0.75% 0.81% -
XYZ 32.11 17.75 30.17 -
YUV 109.1 150.52 197.11 -
System Red Green Blue C M Y K H S L
Decimal 206 52 149 0 0.75 0.28 0.19 322.21 0.61 0.51
Hex CE 34 95 0 4B 1C 13 142 3D 33
Octal 316 64 225 0 113 34 23 502 75 63
Binary 11001110 110100 10010101 0 1001011 11100 10011 101000010 111101 110011

Color Harmonies of #CE3495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3495

Black with #CE3495

Text Example


Text Example

White with #CE3495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3495; }

 p { color: rgb(206,52,149); }

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

background-color css

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

 a { background-color: rgb(206,52,149); }

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

border-color css

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

 span { border-color: rgb(206,52,149); }

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