Html Css Color HEX #CE3A8E Deep Cerise

📋 copy color: '#CE3A8E'

red 206 ◦ green 58 ◦ blue 142

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

Shades of Deep Cerise #CE3A8E

Tints of Deep Cerise #CE3A8E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.29%

 BLUE value IS 142 (55.86% from 255) = 34.98%

R = 50.74%
G = 14.29%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE3A8E (or 0xCE3A8E) is known color: Deep Cerise. HEX triplet: CE, 3A and 8E. RGB value is (206,58,142). Sum of RGB (Red+Green+Blue) = 206+58+142=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3A8E is #31C571. Grayscale: #6F6F6F. Windows color (decimal): -3261810 or 9321166. OLE color: 9321166.

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

Color convert

RGB 206 58 142 -
CMYK 0 0.72 0.31 0.19
HSL 325.95º 0.6% 0.52% -
HSV(B) 325.95º 0.72% 0.81% -
XYZ 31.85 18.1 27.41 -
YUV 111.83 145.03 195.17 -
System Red Green Blue C M Y K H S L
Decimal 206 58 142 0 0.72 0.31 0.19 325.95 0.6 0.52
Hex CE 3A 8E 0 48 1F 13 146 3C 34
Octal 316 72 216 0 110 37 23 506 74 64
Binary 11001110 111010 10001110 0 1001000 11111 10011 101000110 111100 110100

Color Harmonies of #CE3A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A8E

Black with #CE3A8E

Text Example


Text Example

White with #CE3A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A8E; }

 p { color: rgb(206,58,142); }

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

background-color css

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

 a { background-color: rgb(206,58,142); }

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

border-color css

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

 span { border-color: rgb(206,58,142); }

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