Html Css Color HEX #CF197A Medium Violet Red

📋 copy color: '#CF197A'

red 207 ◦ green 25 ◦ blue 122

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

Shades of Medium Violet Red #CF197A

Tints of Medium Violet Red #CF197A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.06%

 BLUE value IS 122 (48.05% from 255) = 34.46%

R = 58.47%
G = 7.06%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF197A (or 0xCF197A) is known color: Medium Violet Red. HEX triplet: CF, 19 and 7A. RGB value is (207,25,122). Sum of RGB (Red+Green+Blue) = 207+25+122=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF197A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF197A is #30E685. Grayscale: #5A5A5A. Windows color (decimal): -3204742 or 8001999. OLE color: 8001999.

HSL color Cylindrical-coordinate representation of color #CF197A: hue angle of 328.02º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF197A is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 25 122 -
CMYK 0 0.88 0.41 0.19
HSL 328.02º 0.78% 0.45% -
HSV(B) 328.02º 0.88% 0.81% -
XYZ 29.59 15.37 19.82 -
YUV 90.48 145.8 211.11 -
System Red Green Blue C M Y K H S L
Decimal 207 25 122 0 0.88 0.41 0.19 328.02 0.78 0.45
Hex CF 19 7A 0 58 29 13 148 4E 2D
Octal 317 31 172 0 130 51 23 510 116 55
Binary 11001111 11001 1111010 0 1011000 101001 10011 101001000 1001110 101101

Color Harmonies of #CF197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF197A

Black with #CF197A

Text Example


Text Example

White with #CF197A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF197A; }

 p { color: rgb(207,25,122); }

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

background-color css

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

 a { background-color: rgb(207,25,122); }

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

border-color css

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

 span { border-color: rgb(207,25,122); }

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