Html Css Color HEX #CE257A Deep Cerise

📋 copy color: '#CE257A'

red 206 ◦ green 37 ◦ blue 122

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

Shades of Deep Cerise #CE257A

Tints of Deep Cerise #CE257A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.14%

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

R = 56.44%
G = 10.14%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE257A (or 0xCE257A) is known color: Deep Cerise. HEX triplet: CE, 25 and 7A. RGB value is (206,37,122). Sum of RGB (Red+Green+Blue) = 206+37+122=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE257A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE257A is #31DA85. Grayscale: #616161. Windows color (decimal): -3267206 or 8005070. OLE color: 8005070.

HSL color Cylindrical-coordinate representation of color #CE257A: hue angle of 329.82º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE257A is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 37 122 -
CMYK 0 0.82 0.41 0.19
HSL 329.82º 0.7% 0.48% -
HSV(B) 329.82º 0.82% 0.81% -
XYZ 29.63 15.85 19.91 -
YUV 97.22 141.99 205.59 -
System Red Green Blue C M Y K H S L
Decimal 206 37 122 0 0.82 0.41 0.19 329.82 0.7 0.48
Hex CE 25 7A 0 52 29 13 14A 46 30
Octal 316 45 172 0 122 51 23 512 106 60
Binary 11001110 100101 1111010 0 1010010 101001 10011 101001010 1000110 110000

Color Harmonies of #CE257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE257A

Black with #CE257A

Text Example


Text Example

White with #CE257A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE257A; }

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

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

background-color css

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

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

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

border-color css

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

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

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