Html Css Color HEX #CF399D Deep Cerise

📋 copy color: '#CF399D'

red 207 ◦ green 57 ◦ blue 157

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

Shades of Deep Cerise #CF399D

Tints of Deep Cerise #CF399D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.29%

R = 49.17%
G = 13.54%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CF399D (or 0xCF399D) is known color: Deep Cerise. HEX triplet: CF, 39 and 9D. RGB value is (207,57,157). Sum of RGB (Red+Green+Blue) = 207+57+157=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 57 (22.66% from 255 or 13.54% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF399D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF399D is #30C662. Grayscale: #707070. Windows color (decimal): -3196515 or 10303951. OLE color: 10303951.

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

Color convert

RGB 207 57 157 -
CMYK 0 0.72 0.24 0.19
HSL 320º 0.61% 0.52% -
HSV(B) 320º 0.72% 0.81% -
XYZ 33.28 18.63 33.74 -
YUV 113.25 152.7 194.87 -
System Red Green Blue C M Y K H S L
Decimal 207 57 157 0 0.72 0.24 0.19 320 0.61 0.52
Hex CF 39 9D 0 48 18 13 140 3D 34
Octal 317 71 235 0 110 30 23 500 75 64
Binary 11001111 111001 10011101 0 1001000 11000 10011 101000000 111101 110100

Color Harmonies of #CF399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF399D

Black with #CF399D

Text Example


Text Example

White with #CF399D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF399D; }

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

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

background-color css

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

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

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

border-color css

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

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

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