Html Css Color HEX #CF1076 Medium Violet Red

📋 copy color: '#CF1076'

red 207 ◦ green 16 ◦ blue 118

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

Shades of Medium Violet Red #CF1076

Tints of Medium Violet Red #CF1076

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.69%

 BLUE value IS 118 (46.48% from 255) = 34.6%

R = 60.7%
G = 4.69%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF1076 (or 0xCF1076) is known color: Medium Violet Red. HEX triplet: CF, 10 and 76. RGB value is (207,16,118). Sum of RGB (Red+Green+Blue) = 207+16+118=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1076 is #30EF89. Grayscale: #545454. Windows color (decimal): -3207050 or 7737551. OLE color: 7737551.

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

Color convert

RGB 207 16 118 -
CMYK 0 0.92 0.43 0.19
HSL 327.96º 0.86% 0.44% -
HSV(B) 327.96º 0.92% 0.81% -
XYZ 29.19 14.94 18.49 -
YUV 84.74 146.78 215.21 -
System Red Green Blue C M Y K H S L
Decimal 207 16 118 0 0.92 0.43 0.19 327.96 0.86 0.44
Hex CF 10 76 0 5C 2B 13 148 56 2C
Octal 317 20 166 0 134 53 23 510 126 54
Binary 11001111 10000 1110110 0 1011100 101011 10011 101001000 1010110 101100

Color Harmonies of #CF1076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1076

Black with #CF1076

Text Example


Text Example

White with #CF1076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1076; }

 p { color: rgb(207,16,118); }

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

background-color css

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

 a { background-color: rgb(207,16,118); }

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

border-color css

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

 span { border-color: rgb(207,16,118); }

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