Html Css Color HEX #CE3D80 Deep Cerise

📋 copy color: '#CE3D80'

red 206 ◦ green 61 ◦ blue 128

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

Shades of Deep Cerise #CE3D80

Tints of Deep Cerise #CE3D80

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.44%

 BLUE value IS 128 (50.39% from 255) = 32.41%

R = 52.15%
G = 15.44%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE3D80 (or 0xCE3D80) is known color: Deep Cerise. HEX triplet: CE, 3D and 80. RGB value is (206,61,128). Sum of RGB (Red+Green+Blue) = 206+61+128=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3D80 is #31C27F. Grayscale: #6F6F6F. Windows color (decimal): -3261056 or 8404430. OLE color: 8404430.

HSL color Cylindrical-coordinate representation of color #CE3D80: hue angle of 332.28º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3D80 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 61 128 -
CMYK 0 0.70 0.38 0.19
HSL 332.28º 0.6% 0.52% -
HSV(B) 332.28º 0.7% 0.81% -
XYZ 31.02 18.02 22.27 -
YUV 111.99 137.04 195.05 -
System Red Green Blue C M Y K H S L
Decimal 206 61 128 0 0.70 0.38 0.19 332.28 0.6 0.52
Hex CE 3D 80 0 46 26 13 14C 3C 34
Octal 316 75 200 0 106 46 23 514 74 64
Binary 11001110 111101 10000000 0 1000110 100110 10011 101001100 111100 110100

Color Harmonies of #CE3D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3D80

Black with #CE3D80

Text Example


Text Example

White with #CE3D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3D80; }

 p { color: rgb(206,61,128); }

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

background-color css

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

 a { background-color: rgb(206,61,128); }

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

border-color css

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

 span { border-color: rgb(206,61,128); }

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