Html Css Color HEX #CF198F Medium Violet Red

📋 copy color: '#CF198F'

red 207 ◦ green 25 ◦ blue 143

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

Shades of Medium Violet Red #CF198F

Tints of Medium Violet Red #CF198F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.13%

R = 55.2%
G = 6.67%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF198F (or 0xCF198F) is known color: Medium Violet Red. HEX triplet: CF, 19 and 8F. RGB value is (207,25,143). Sum of RGB (Red+Green+Blue) = 207+25+143=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF198F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF198F is #30E670. Grayscale: #5C5C5C. Windows color (decimal): -3204721 or 9378255. OLE color: 9378255.

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

Color convert

RGB 207 25 143 -
CMYK 0 0.88 0.31 0.19
HSL 321.1º 0.78% 0.45% -
HSV(B) 321.1º 0.88% 0.81% -
XYZ 31.04 15.94 27.43 -
YUV 92.87 156.3 209.41 -
System Red Green Blue C M Y K H S L
Decimal 207 25 143 0 0.88 0.31 0.19 321.1 0.78 0.45
Hex CF 19 8F 0 58 1F 13 141 4E 2D
Octal 317 31 217 0 130 37 23 501 116 55
Binary 11001111 11001 10001111 0 1011000 11111 10011 101000001 1001110 101101

Color Harmonies of #CF198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF198F

Black with #CF198F

Text Example


Text Example

White with #CF198F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF198F; }

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

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

background-color css

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

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

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

border-color css

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

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

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