Html Css Color HEX #CF2198 Medium Violet Red

📋 copy color: '#CF2198'

red 207 ◦ green 33 ◦ blue 152

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

Shades of Medium Violet Red #CF2198

Tints of Medium Violet Red #CF2198

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.42%

 BLUE value IS 152 (59.77% from 255) = 38.78%

R = 52.81%
G = 8.42%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CF2198 (or 0xCF2198) is known color: Medium Violet Red. HEX triplet: CF, 21 and 98. RGB value is (207,33,152). Sum of RGB (Red+Green+Blue) = 207+33+152=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2198 is #30DE67. Grayscale: #626262. Windows color (decimal): -3202664 or 9970127. OLE color: 9970127.

HSL color Cylindrical-coordinate representation of color #CF2198: hue angle of 318.97º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF2198 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 33 152 -
CMYK 0 0.84 0.27 0.19
HSL 318.97º 0.73% 0.47% -
HSV(B) 318.97º 0.84% 0.81% -
XYZ 31.94 16.62 31.23 -
YUV 98.59 158.15 205.32 -
System Red Green Blue C M Y K H S L
Decimal 207 33 152 0 0.84 0.27 0.19 318.97 0.73 0.47
Hex CF 21 98 0 54 1B 13 13F 48 2F
Octal 317 41 230 0 124 33 23 477 110 57
Binary 11001111 100001 10011000 0 1010100 11011 10011 100111111 1001000 101111

Color Harmonies of #CF2198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2198

Black with #CF2198

Text Example


Text Example

White with #CF2198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2198; }

 p { color: rgb(207,33,152); }

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

background-color css

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

 a { background-color: rgb(207,33,152); }

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

border-color css

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

 span { border-color: rgb(207,33,152); }

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