Html Css Color HEX #CE357B Deep Cerise

📋 copy color: '#CE357B'

red 206 ◦ green 53 ◦ blue 123

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

Shades of Deep Cerise #CE357B

Tints of Deep Cerise #CE357B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.2%

R = 53.93%
G = 13.87%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE357B (or 0xCE357B) is known color: Deep Cerise. HEX triplet: CE, 35 and 7B. RGB value is (206,53,123). Sum of RGB (Red+Green+Blue) = 206+53+123=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE357B is #31CA84. Grayscale: #6A6A6A. Windows color (decimal): -3263109 or 8074702. OLE color: 8074702.

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

Color convert

RGB 206 53 123 -
CMYK 0 0.74 0.40 0.19
HSL 332.55º 0.61% 0.51% -
HSV(B) 332.55º 0.74% 0.81% -
XYZ 30.3 17.1 20.44 -
YUV 106.73 137.19 198.81 -
System Red Green Blue C M Y K H S L
Decimal 206 53 123 0 0.74 0.40 0.19 332.55 0.61 0.51
Hex CE 35 7B 0 4A 28 13 14D 3D 33
Octal 316 65 173 0 112 50 23 515 75 63
Binary 11001110 110101 1111011 0 1001010 101000 10011 101001101 111101 110011

Color Harmonies of #CE357B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE357B

Black with #CE357B

Text Example


Text Example

White with #CE357B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE357B; }

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

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

background-color css

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

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

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

border-color css

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

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

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