Html Css Color HEX #CF389F Deep Cerise

📋 copy color: '#CF389F'

red 207 ◦ green 56 ◦ blue 159

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

Shades of Deep Cerise #CF389F

Tints of Deep Cerise #CF389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.27%

 BLUE value IS 159 (62.5% from 255) = 37.68%

R = 49.05%
G = 13.27%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CF389F (or 0xCF389F) is known color: Deep Cerise. HEX triplet: CF, 38 and 9F. RGB value is (207,56,159). Sum of RGB (Red+Green+Blue) = 207+56+159=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF389F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF389F is #30C760. Grayscale: #707070. Windows color (decimal): -3196769 or 10434767. OLE color: 10434767.

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

Color convert

RGB 207 56 159 -
CMYK 0 0.73 0.23 0.19
HSL 319.07º 0.61% 0.52% -
HSV(B) 319.07º 0.73% 0.81% -
XYZ 33.4 18.6 34.63 -
YUV 112.89 154.03 195.12 -
System Red Green Blue C M Y K H S L
Decimal 207 56 159 0 0.73 0.23 0.19 319.07 0.61 0.52
Hex CF 38 9F 0 49 17 13 13F 3D 34
Octal 317 70 237 0 111 27 23 477 75 64
Binary 11001111 111000 10011111 0 1001001 10111 10011 100111111 111101 110100

Color Harmonies of #CF389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF389F

Black with #CF389F

Text Example


Text Example

White with #CF389F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF389F; }

 p { color: rgb(207,56,159); }

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

background-color css

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

 a { background-color: rgb(207,56,159); }

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

border-color css

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

 span { border-color: rgb(207,56,159); }

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