Html Css Color HEX #CE357A Deep Cerise

📋 copy color: '#CE357A'

red 206 ◦ green 53 ◦ blue 122

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

Shades of Deep Cerise #CE357A

Tints of Deep Cerise #CE357A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.02%

R = 54.07%
G = 13.91%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE357A (or 0xCE357A) is known color: Deep Cerise. HEX triplet: CE, 35 and 7A. RGB value is (206,53,122). Sum of RGB (Red+Green+Blue) = 206+53+122=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE357A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE357A is #31CA85. Grayscale: #6A6A6A. Windows color (decimal): -3263110 or 8009166. OLE color: 8009166.

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

Color convert

RGB 206 53 122 -
CMYK 0 0.74 0.41 0.19
HSL 332.94º 0.61% 0.51% -
HSV(B) 332.94º 0.74% 0.81% -
XYZ 30.24 17.07 20.11 -
YUV 106.61 136.69 198.89 -
System Red Green Blue C M Y K H S L
Decimal 206 53 122 0 0.74 0.41 0.19 332.94 0.61 0.51
Hex CE 35 7A 0 4A 29 13 14D 3D 33
Octal 316 65 172 0 112 51 23 515 75 63
Binary 11001110 110101 1111010 0 1001010 101001 10011 101001101 111101 110011

Color Harmonies of #CE357A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE357A

Black with #CE357A

Text Example


Text Example

White with #CE357A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE357A; }

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

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

background-color css

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

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

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

border-color css

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

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

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