Html Css Color HEX #CE358B Deep Cerise

📋 copy color: '#CE358B'

red 206 ◦ green 53 ◦ blue 139

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

Shades of Deep Cerise #CE358B

Tints of Deep Cerise #CE358B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.92%

R = 51.76%
G = 13.32%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE358B (or 0xCE358B) is known color: Deep Cerise. HEX triplet: CE, 35 and 8B. RGB value is (206,53,139). Sum of RGB (Red+Green+Blue) = 206+53+139=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE358B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE358B is #31CA74. Grayscale: #6C6C6C. Windows color (decimal): -3263093 or 9123278. OLE color: 9123278.

HSL color Cylindrical-coordinate representation of color #CE358B: hue angle of 326.27º 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 #CE358B is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 53 139 -
CMYK 0 0.74 0.33 0.19
HSL 326.27º 0.61% 0.51% -
HSV(B) 326.27º 0.74% 0.81% -
XYZ 31.39 17.53 26.16 -
YUV 108.55 145.19 197.51 -
System Red Green Blue C M Y K H S L
Decimal 206 53 139 0 0.74 0.33 0.19 326.27 0.61 0.51
Hex CE 35 8B 0 4A 21 13 146 3D 33
Octal 316 65 213 0 112 41 23 506 75 63
Binary 11001110 110101 10001011 0 1001010 100001 10011 101000110 111101 110011

Color Harmonies of #CE358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE358B

Black with #CE358B

Text Example


Text Example

White with #CE358B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE358B; }

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

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

background-color css

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

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

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

border-color css

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

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

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