Html Css Color HEX #CF0971 Medium Violet Red

📋 copy color: '#CF0971'

red 207 ◦ green 9 ◦ blue 113

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

Shades of Medium Violet Red #CF0971

Tints of Medium Violet Red #CF0971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.74%

 BLUE value IS 113 (44.53% from 255) = 34.35%

R = 62.92%
G = 2.74%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF0971 (or 0xCF0971) is known color: Medium Violet Red. HEX triplet: CF, 09 and 71. RGB value is (207,9,113). Sum of RGB (Red+Green+Blue) = 207+9+113=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0971 is #30F68E. Grayscale: #4F4F4F. Windows color (decimal): -3208847 or 7408079. OLE color: 7408079.

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

Color convert

RGB 207 9 113 -
CMYK 0 0.96 0.45 0.19
HSL 328.48º 0.92% 0.42% -
HSV(B) 328.48º 0.96% 0.81% -
XYZ 28.81 14.65 16.93 -
YUV 80.06 146.6 218.54 -
System Red Green Blue C M Y K H S L
Decimal 207 9 113 0 0.96 0.45 0.19 328.48 0.92 0.42
Hex CF 9 71 0 60 2D 13 148 5C 2A
Octal 317 11 161 0 140 55 23 510 134 52
Binary 11001111 1001 1110001 0 1100000 101101 10011 101001000 1011100 101010

Color Harmonies of #CF0971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0971

Black with #CF0971

Text Example


Text Example

White with #CF0971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0971; }

 p { color: rgb(207,9,113); }

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

background-color css

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

 a { background-color: rgb(207,9,113); }

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

border-color css

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

 span { border-color: rgb(207,9,113); }

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