Html Css Color HEX #CF3195 Deep Cerise

📋 copy color: '#CF3195'

red 207 ◦ green 49 ◦ blue 149

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

Shades of Deep Cerise #CF3195

Tints of Deep Cerise #CF3195

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.1%

 BLUE value IS 149 (58.59% from 255) = 36.79%

R = 51.11%
G = 12.1%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CF3195 (or 0xCF3195) is known color: Deep Cerise. HEX triplet: CF, 31 and 95. RGB value is (207,49,149). Sum of RGB (Red+Green+Blue) = 207+49+149=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 49 (19.53% from 255 or 12.10% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3195 is #30CE6A. Grayscale: #6B6B6B. Windows color (decimal): -3198571 or 9777615. OLE color: 9777615.

HSL color Cylindrical-coordinate representation of color #CF3195: hue angle of 322.03º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3195 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 49 149 -
CMYK 0 0.76 0.28 0.19
HSL 322.03º 0.62% 0.5% -
HSV(B) 322.03º 0.76% 0.81% -
XYZ 32.26 17.63 30.14 -
YUV 107.64 151.35 198.87 -
System Red Green Blue C M Y K H S L
Decimal 207 49 149 0 0.76 0.28 0.19 322.03 0.62 0.5
Hex CF 31 95 0 4C 1C 13 142 3E 32
Octal 317 61 225 0 114 34 23 502 76 62
Binary 11001111 110001 10010101 0 1001100 11100 10011 101000010 111110 110010

Color Harmonies of #CF3195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3195

Black with #CF3195

Text Example


Text Example

White with #CF3195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3195; }

 p { color: rgb(207,49,149); }

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

background-color css

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

 a { background-color: rgb(207,49,149); }

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

border-color css

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

 span { border-color: rgb(207,49,149); }

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