Html Css Color HEX #CF389E Deep Cerise

📋 copy color: '#CF389E'

red 207 ◦ green 56 ◦ blue 158

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

Shades of Deep Cerise #CF389E

Tints of Deep Cerise #CF389E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.53%

R = 49.17%
G = 13.3%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CF389E (or 0xCF389E) is known color: Deep Cerise. HEX triplet: CF, 38 and 9E. RGB value is (207,56,158). Sum of RGB (Red+Green+Blue) = 207+56+158=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 56 (22.27% from 255 or 13.30% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF389E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF389E is #30C761. Grayscale: #707070. Windows color (decimal): -3196770 or 10369231. OLE color: 10369231.

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

Color convert

RGB 207 56 158 -
CMYK 0 0.73 0.24 0.19
HSL 319.47º 0.61% 0.52% -
HSV(B) 319.47º 0.73% 0.81% -
XYZ 33.32 18.56 34.17 -
YUV 112.78 153.53 195.21 -
System Red Green Blue C M Y K H S L
Decimal 207 56 158 0 0.73 0.24 0.19 319.47 0.61 0.52
Hex CF 38 9E 0 49 18 13 13F 3D 34
Octal 317 70 236 0 111 30 23 477 75 64
Binary 11001111 111000 10011110 0 1001001 11000 10011 100111111 111101 110100

Color Harmonies of #CF389E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF389E

Black with #CF389E

Text Example


Text Example

White with #CF389E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF389E; }

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

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

background-color css

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

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

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

border-color css

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

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

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