Html Css Color HEX #CF397D Deep Cerise

📋 copy color: '#CF397D'

red 207 ◦ green 57 ◦ blue 125

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

Shades of Deep Cerise #CF397D

Tints of Deep Cerise #CF397D

RGB

 RED value IS 207 (81.25% from 255) = 53.21%

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

 BLUE value IS 125 (49.22% from 255) = 32.13%

R = 53.21%
G = 14.65%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF397D (or 0xCF397D) is known color: Deep Cerise. HEX triplet: CF, 39 and 7D. RGB value is (207,57,125). Sum of RGB (Red+Green+Blue) = 207+57+125=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 57 (22.66% from 255 or 14.65% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF397D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF397D is #30C682. Grayscale: #6D6D6D. Windows color (decimal): -3196547 or 8206799. OLE color: 8206799.

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

Color convert

RGB 207 57 125 -
CMYK 0 0.72 0.40 0.19
HSL 332.8º 0.61% 0.52% -
HSV(B) 332.8º 0.72% 0.81% -
XYZ 30.9 17.67 21.18 -
YUV 109.6 136.7 197.47 -
System Red Green Blue C M Y K H S L
Decimal 207 57 125 0 0.72 0.40 0.19 332.8 0.61 0.52
Hex CF 39 7D 0 48 28 13 14D 3D 34
Octal 317 71 175 0 110 50 23 515 75 64
Binary 11001111 111001 1111101 0 1001000 101000 10011 101001101 111101 110100

Color Harmonies of #CF397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF397D

Black with #CF397D

Text Example


Text Example

White with #CF397D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF397D; }

 p { color: rgb(207,57,125); }

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

background-color css

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

 a { background-color: rgb(207,57,125); }

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

border-color css

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

 span { border-color: rgb(207,57,125); }

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