Html Css Color HEX #CF0199 Medium Violet Red

📋 copy color: '#CF0199'

red 207 ◦ green 1 ◦ blue 153

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

Shades of Medium Violet Red #CF0199

Tints of Medium Violet Red #CF0199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 153 (60.16% from 255) = 42.38%

R = 57.34%
G = 0.28%
B = 42.38%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CF0199 (or 0xCF0199) is known color: Medium Violet Red. HEX triplet: CF, 01 and 99. RGB value is (207,1,153). Sum of RGB (Red+Green+Blue) = 207+1+153=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0199 is #30FE66. Grayscale: #4F4F4F. Windows color (decimal): -3210855 or 10027471. OLE color: 10027471.

HSL color Cylindrical-coordinate representation of color #CF0199: hue angle of 315.73º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0199 is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 1 153 -
CMYK 0 1.00 0.26 0.19
HSL 315.73º 0.99% 0.41% -
HSV(B) 315.73º 1% 0.81% -
XYZ 31.49 15.59 31.49 -
YUV 79.92 169.25 218.64 -
System Red Green Blue C M Y K H S L
Decimal 207 1 153 0 1.00 0.26 0.19 315.73 0.99 0.41
Hex CF 1 99 0 64 1A 13 13C 63 29
Octal 317 1 231 0 144 32 23 474 143 51
Binary 11001111 1 10011001 0 1100100 11010 10011 100111100 1100011 101001

Color Harmonies of #CF0199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0199

Black with #CF0199

Text Example


Text Example

White with #CF0199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0199; }

 p { color: rgb(207,1,153); }

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

background-color css

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

 a { background-color: rgb(207,1,153); }

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

border-color css

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

 span { border-color: rgb(207,1,153); }

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