Html Css Color HEX #CF398E Deep Cerise

📋 copy color: '#CF398E'

red 207 ◦ green 57 ◦ blue 142

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

Shades of Deep Cerise #CF398E

Tints of Deep Cerise #CF398E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.98%

R = 50.99%
G = 14.04%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF398E (or 0xCF398E) is known color: Deep Cerise. HEX triplet: CF, 39 and 8E. RGB value is (207,57,142). Sum of RGB (Red+Green+Blue) = 207+57+142=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 57 (22.66% from 255 or 14.04% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF398E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF398E is #30C671. Grayscale: #6F6F6F. Windows color (decimal): -3196530 or 9320911. OLE color: 9320911.

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

Color convert

RGB 207 57 142 -
CMYK 0 0.72 0.31 0.19
HSL 326º 0.61% 0.52% -
HSV(B) 326º 0.72% 0.81% -
XYZ 32.08 18.14 27.4 -
YUV 111.54 145.2 196.09 -
System Red Green Blue C M Y K H S L
Decimal 207 57 142 0 0.72 0.31 0.19 326 0.61 0.52
Hex CF 39 8E 0 48 1F 13 146 3D 34
Octal 317 71 216 0 110 37 23 506 75 64
Binary 11001111 111001 10001110 0 1001000 11111 10011 101000110 111101 110100

Color Harmonies of #CF398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF398E

Black with #CF398E

Text Example


Text Example

White with #CF398E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF398E; }

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

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

background-color css

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

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

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

border-color css

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

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

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