Html Css Color HEX #CE257F Deep Cerise

📋 copy color: '#CE257F'

red 206 ◦ green 37 ◦ blue 127

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

Shades of Deep Cerise #CE257F

Tints of Deep Cerise #CE257F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.32%

R = 55.68%
G = 10%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE257F (or 0xCE257F) is known color: Deep Cerise. HEX triplet: CE, 25 and 7F. RGB value is (206,37,127). Sum of RGB (Red+Green+Blue) = 206+37+127=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE257F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE257F is #31DA80. Grayscale: #616161. Windows color (decimal): -3267201 or 8332750. OLE color: 8332750.

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

Color convert

RGB 206 37 127 -
CMYK 0 0.82 0.38 0.19
HSL 328.05º 0.7% 0.48% -
HSV(B) 328.05º 0.82% 0.81% -
XYZ 29.95 15.98 21.58 -
YUV 97.79 144.49 205.18 -
System Red Green Blue C M Y K H S L
Decimal 206 37 127 0 0.82 0.38 0.19 328.05 0.7 0.48
Hex CE 25 7F 0 52 26 13 148 46 30
Octal 316 45 177 0 122 46 23 510 106 60
Binary 11001110 100101 1111111 0 1010010 100110 10011 101001000 1000110 110000

Color Harmonies of #CE257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE257F

Black with #CE257F

Text Example


Text Example

White with #CE257F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE257F; }

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

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

background-color css

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

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

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

border-color css

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

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

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