Html Css Color HEX #CE358E Deep Cerise

📋 copy color: '#CE358E'

red 206 ◦ green 53 ◦ blue 142

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

Shades of Deep Cerise #CE358E

Tints of Deep Cerise #CE358E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.22%

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

R = 51.37%
G = 13.22%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE358E (or 0xCE358E) is known color: Deep Cerise. HEX triplet: CE, 35 and 8E. RGB value is (206,53,142). Sum of RGB (Red+Green+Blue) = 206+53+142=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE358E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE358E is #31CA71. Grayscale: #6C6C6C. Windows color (decimal): -3263090 or 9319886. OLE color: 9319886.

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

Color convert

RGB 206 53 142 -
CMYK 0 0.74 0.31 0.19
HSL 325.1º 0.61% 0.51% -
HSV(B) 325.1º 0.74% 0.81% -
XYZ 31.61 17.62 27.33 -
YUV 108.89 146.69 197.26 -
System Red Green Blue C M Y K H S L
Decimal 206 53 142 0 0.74 0.31 0.19 325.1 0.61 0.51
Hex CE 35 8E 0 4A 1F 13 145 3D 33
Octal 316 65 216 0 112 37 23 505 75 63
Binary 11001110 110101 10001110 0 1001010 11111 10011 101000101 111101 110011

Color Harmonies of #CE358E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE358E

Black with #CE358E

Text Example


Text Example

White with #CE358E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE358E; }

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

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

background-color css

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

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

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

border-color css

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

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

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