Html Css Color HEX #CF197C Medium Violet Red

📋 copy color: '#CF197C'

red 207 ◦ green 25 ◦ blue 124

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

Shades of Medium Violet Red #CF197C

Tints of Medium Violet Red #CF197C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.83%

R = 58.15%
G = 7.02%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF197C (or 0xCF197C) is known color: Medium Violet Red. HEX triplet: CF, 19 and 7C. RGB value is (207,25,124). Sum of RGB (Red+Green+Blue) = 207+25+124=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF197C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF197C is #30E683. Grayscale: #5A5A5A. Windows color (decimal): -3204740 or 8133071. OLE color: 8133071.

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

Color convert

RGB 207 25 124 -
CMYK 0 0.88 0.40 0.19
HSL 327.36º 0.78% 0.45% -
HSV(B) 327.36º 0.88% 0.81% -
XYZ 29.72 15.42 20.48 -
YUV 90.7 146.8 210.95 -
System Red Green Blue C M Y K H S L
Decimal 207 25 124 0 0.88 0.40 0.19 327.36 0.78 0.45
Hex CF 19 7C 0 58 28 13 147 4E 2D
Octal 317 31 174 0 130 50 23 507 116 55
Binary 11001111 11001 1111100 0 1011000 101000 10011 101000111 1001110 101101

Color Harmonies of #CF197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF197C

Black with #CF197C

Text Example


Text Example

White with #CF197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF197C; }

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

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

background-color css

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

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

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

border-color css

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

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

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