Html Css Color HEX #CF198D Medium Violet Red

📋 copy color: '#CF198D'

red 207 ◦ green 25 ◦ blue 141

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

Shades of Medium Violet Red #CF198D

Tints of Medium Violet Red #CF198D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.8%

R = 55.5%
G = 6.7%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF198D (or 0xCF198D) is known color: Medium Violet Red. HEX triplet: CF, 19 and 8D. RGB value is (207,25,141). Sum of RGB (Red+Green+Blue) = 207+25+141=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF198D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF198D is #30E672. Grayscale: #5C5C5C. Windows color (decimal): -3204723 or 9247183. OLE color: 9247183.

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

Color convert

RGB 207 25 141 -
CMYK 0 0.88 0.32 0.19
HSL 321.76º 0.78% 0.45% -
HSV(B) 321.76º 0.88% 0.81% -
XYZ 30.89 15.88 26.64 -
YUV 92.64 155.3 209.57 -
System Red Green Blue C M Y K H S L
Decimal 207 25 141 0 0.88 0.32 0.19 321.76 0.78 0.45
Hex CF 19 8D 0 58 20 13 142 4E 2D
Octal 317 31 215 0 130 40 23 502 116 55
Binary 11001111 11001 10001101 0 1011000 100000 10011 101000010 1001110 101101

Color Harmonies of #CF198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF198D

Black with #CF198D

Text Example


Text Example

White with #CF198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF198D; }

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

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

background-color css

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

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

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

border-color css

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

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

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