Html Css Color HEX #CF0191 Medium Violet Red

📋 copy color: '#CF0191'

red 207 ◦ green 1 ◦ blue 145

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

Shades of Medium Violet Red #CF0191

Tints of Medium Violet Red #CF0191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 41.08%

R = 58.64%
G = 0.28%
B = 41.08%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF0191 (or 0xCF0191) is known color: Medium Violet Red. HEX triplet: CF, 01 and 91. RGB value is (207,1,145). Sum of RGB (Red+Green+Blue) = 207+1+145=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0191 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0191 is #30FE6E. Grayscale: #4E4E4E. Windows color (decimal): -3210863 or 9503183. OLE color: 9503183.

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

Color convert

RGB 207 1 145 -
CMYK 0 1.00 0.30 0.19
HSL 318.06º 0.99% 0.41% -
HSV(B) 318.06º 1% 0.81% -
XYZ 30.85 15.33 28.12 -
YUV 79.01 165.25 219.29 -
System Red Green Blue C M Y K H S L
Decimal 207 1 145 0 1.00 0.30 0.19 318.06 0.99 0.41
Hex CF 1 91 0 64 1E 13 13E 63 29
Octal 317 1 221 0 144 36 23 476 143 51
Binary 11001111 1 10010001 0 1100100 11110 10011 100111110 1100011 101001

Color Harmonies of #CF0191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0191

Black with #CF0191

Text Example


Text Example

White with #CF0191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0191; }

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

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

background-color css

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

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

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

border-color css

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

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

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