Html Css Color HEX #CF198A Medium Violet Red

📋 copy color: '#CF198A'

red 207 ◦ green 25 ◦ blue 138

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

Shades of Medium Violet Red #CF198A

Tints of Medium Violet Red #CF198A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.3%

R = 55.95%
G = 6.76%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF198A (or 0xCF198A) is known color: Medium Violet Red. HEX triplet: CF, 19 and 8A. RGB value is (207,25,138). Sum of RGB (Red+Green+Blue) = 207+25+138=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF198A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF198A is #30E675. Grayscale: #5C5C5C. Windows color (decimal): -3204726 or 9050575. OLE color: 9050575.

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

Color convert

RGB 207 25 138 -
CMYK 0 0.88 0.33 0.19
HSL 322.75º 0.78% 0.45% -
HSV(B) 322.75º 0.88% 0.81% -
XYZ 30.67 15.8 25.48 -
YUV 92.3 153.8 209.81 -
System Red Green Blue C M Y K H S L
Decimal 207 25 138 0 0.88 0.33 0.19 322.75 0.78 0.45
Hex CF 19 8A 0 58 21 13 143 4E 2D
Octal 317 31 212 0 130 41 23 503 116 55
Binary 11001111 11001 10001010 0 1011000 100001 10011 101000011 1001110 101101

Color Harmonies of #CF198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF198A

Black with #CF198A

Text Example


Text Example

White with #CF198A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF198A; }

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

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

background-color css

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

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

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

border-color css

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

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

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