Html Css Color HEX #CF0491 Medium Violet Red

📋 copy color: '#CF0491'

red 207 ◦ green 4 ◦ blue 145

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

Shades of Medium Violet Red #CF0491

Tints of Medium Violet Red #CF0491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.12%

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

R = 58.15%
G = 1.12%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF0491 (or 0xCF0491) is known color: Medium Violet Red. HEX triplet: CF, 04 and 91. RGB value is (207,4,145). Sum of RGB (Red+Green+Blue) = 207+4+145=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0491 is #30FB6E. Grayscale: #505050. Windows color (decimal): -3210095 or 9503951. OLE color: 9503951.

HSL color Cylindrical-coordinate representation of color #CF0491: hue angle of 318.33º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0491 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 4 145 -
CMYK 0 0.98 0.30 0.19
HSL 318.33º 0.96% 0.41% -
HSV(B) 318.33º 0.98% 0.81% -
XYZ 30.89 15.4 28.13 -
YUV 80.77 164.25 218.04 -
System Red Green Blue C M Y K H S L
Decimal 207 4 145 0 0.98 0.30 0.19 318.33 0.96 0.41
Hex CF 4 91 0 62 1E 13 13E 60 29
Octal 317 4 221 0 142 36 23 476 140 51
Binary 11001111 100 10010001 0 1100010 11110 10011 100111110 1100000 101001

Color Harmonies of #CF0491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0491

Black with #CF0491

Text Example


Text Example

White with #CF0491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0491; }

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

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

background-color css

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

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

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

border-color css

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

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

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