Html Css Color HEX #CE397F Deep Cerise

📋 copy color: '#CE397F'

red 206 ◦ green 57 ◦ blue 127

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

Shades of Deep Cerise #CE397F

Tints of Deep Cerise #CE397F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.62%

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

R = 52.82%
G = 14.62%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE397F (or 0xCE397F) is known color: Deep Cerise. HEX triplet: CE, 39 and 7F. RGB value is (206,57,127). Sum of RGB (Red+Green+Blue) = 206+57+127=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE397F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE397F is #31C680. Grayscale: #6D6D6D. Windows color (decimal): -3262081 or 8337870. OLE color: 8337870.

HSL color Cylindrical-coordinate representation of color #CE397F: hue angle of 331.81º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE397F is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 57 127 -
CMYK 0 0.72 0.38 0.19
HSL 331.81º 0.6% 0.52% -
HSV(B) 331.81º 0.72% 0.81% -
XYZ 30.75 17.58 21.85 -
YUV 109.53 137.86 196.81 -
System Red Green Blue C M Y K H S L
Decimal 206 57 127 0 0.72 0.38 0.19 331.81 0.6 0.52
Hex CE 39 7F 0 48 26 13 14C 3C 34
Octal 316 71 177 0 110 46 23 514 74 64
Binary 11001110 111001 1111111 0 1001000 100110 10011 101001100 111100 110100

Color Harmonies of #CE397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE397F

Black with #CE397F

Text Example


Text Example

White with #CE397F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE397F; }

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

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

background-color css

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

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

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

border-color css

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

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

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