Html Css Color HEX #CF397C Deep Cerise

📋 copy color: '#CF397C'

red 207 ◦ green 57 ◦ blue 124

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

Shades of Deep Cerise #CF397C

Tints of Deep Cerise #CF397C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.96%

R = 53.35%
G = 14.69%
B = 31.96%

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

#CF397C (or 0xCF397C) is known color: Deep Cerise. HEX triplet: CF, 39 and 7C. RGB value is (207,57,124). Sum of RGB (Red+Green+Blue) = 207+57+124=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 57 (22.66% from 255 or 14.69% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF397C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF397C is #30C683. Grayscale: #6D6D6D. Windows color (decimal): -3196548 or 8141263. OLE color: 8141263.

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

Color convert

RGB 207 57 124 -
CMYK 0 0.72 0.40 0.19
HSL 333.2º 0.61% 0.52% -
HSV(B) 333.2º 0.72% 0.81% -
XYZ 30.83 17.65 20.85 -
YUV 109.49 136.2 197.55 -
System Red Green Blue C M Y K H S L
Decimal 207 57 124 0 0.72 0.40 0.19 333.2 0.61 0.52
Hex CF 39 7C 0 48 28 13 14D 3D 34
Octal 317 71 174 0 110 50 23 515 75 64
Binary 11001111 111001 1111100 0 1001000 101000 10011 101001101 111101 110100

Color Harmonies of #CF397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF397C

Black with #CF397C

Text Example


Text Example

White with #CF397C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF397C; }

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

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

background-color css

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

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

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

border-color css

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

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

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