Html Css Color HEX #CE3C8E Deep Cerise

📋 copy color: '#CE3C8E'

red 206 ◦ green 60 ◦ blue 142

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

Shades of Deep Cerise #CE3C8E

Tints of Deep Cerise #CE3C8E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.71%

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

R = 50.49%
G = 14.71%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE3C8E (or 0xCE3C8E) is known color: Deep Cerise. HEX triplet: CE, 3C and 8E. RGB value is (206,60,142). Sum of RGB (Red+Green+Blue) = 206+60+142=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 60 (23.83% from 255 or 14.71% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3C8E is #31C371. Grayscale: #707070. Windows color (decimal): -3261298 or 9321678. OLE color: 9321678.

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

Color convert

RGB 206 60 142 -
CMYK 0 0.71 0.31 0.19
HSL 326.3º 0.6% 0.52% -
HSV(B) 326.3º 0.71% 0.81% -
XYZ 31.95 18.31 27.44 -
YUV 113 144.37 194.33 -
System Red Green Blue C M Y K H S L
Decimal 206 60 142 0 0.71 0.31 0.19 326.3 0.6 0.52
Hex CE 3C 8E 0 47 1F 13 146 3C 34
Octal 316 74 216 0 107 37 23 506 74 64
Binary 11001110 111100 10001110 0 1000111 11111 10011 101000110 111100 110100

Color Harmonies of #CE3C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3C8E

Black with #CE3C8E

Text Example


Text Example

White with #CE3C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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