Html Css Color HEX #CF398C Deep Cerise

📋 copy color: '#CF398C'

red 207 ◦ green 57 ◦ blue 140

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

Shades of Deep Cerise #CF398C

Tints of Deep Cerise #CF398C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.65%

R = 51.24%
G = 14.11%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF398C (or 0xCF398C) is known color: Deep Cerise. HEX triplet: CF, 39 and 8C. RGB value is (207,57,140). Sum of RGB (Red+Green+Blue) = 207+57+140=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF398C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF398C is #30C673. Grayscale: #6F6F6F. Windows color (decimal): -3196532 or 9189839. OLE color: 9189839.

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

Color convert

RGB 207 57 140 -
CMYK 0 0.72 0.32 0.19
HSL 326.8º 0.61% 0.52% -
HSV(B) 326.8º 0.72% 0.81% -
XYZ 31.93 18.09 26.62 -
YUV 111.31 144.2 196.25 -
System Red Green Blue C M Y K H S L
Decimal 207 57 140 0 0.72 0.32 0.19 326.8 0.61 0.52
Hex CF 39 8C 0 48 20 13 147 3D 34
Octal 317 71 214 0 110 40 23 507 75 64
Binary 11001111 111001 10001100 0 1001000 100000 10011 101000111 111101 110100

Color Harmonies of #CF398C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF398C

Black with #CF398C

Text Example


Text Example

White with #CF398C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF398C; }

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

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

background-color css

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

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

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

border-color css

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

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

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