Html Css Color HEX #CF2295 Medium Violet Red

📋 copy color: '#CF2295'

red 207 ◦ green 34 ◦ blue 149

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

Shades of Medium Violet Red #CF2295

Tints of Medium Violet Red #CF2295

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.72%

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

R = 53.08%
G = 8.72%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CF2295 (or 0xCF2295) is known color: Medium Violet Red. HEX triplet: CF, 22 and 95. RGB value is (207,34,149). Sum of RGB (Red+Green+Blue) = 207+34+149=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 34 (13.67% from 255 or 8.72% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2295 is #30DD6A. Grayscale: #626262. Windows color (decimal): -3202411 or 9773775. OLE color: 9773775.

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

Color convert

RGB 207 34 149 -
CMYK 0 0.84 0.28 0.19
HSL 320.12º 0.72% 0.47% -
HSV(B) 320.12º 0.84% 0.81% -
XYZ 31.73 16.58 29.96 -
YUV 98.84 156.31 205.15 -
System Red Green Blue C M Y K H S L
Decimal 207 34 149 0 0.84 0.28 0.19 320.12 0.72 0.47
Hex CF 22 95 0 54 1C 13 140 48 2F
Octal 317 42 225 0 124 34 23 500 110 57
Binary 11001111 100010 10010101 0 1010100 11100 10011 101000000 1001000 101111

Color Harmonies of #CF2295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2295

Black with #CF2295

Text Example


Text Example

White with #CF2295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2295; }

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

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

background-color css

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

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

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

border-color css

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

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

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