Html Css Color HEX #CF0671 Medium Violet Red

📋 copy color: '#CF0671'

red 207 ◦ green 6 ◦ blue 113

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

Shades of Medium Violet Red #CF0671

Tints of Medium Violet Red #CF0671

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.84%

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

R = 63.5%
G = 1.84%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF0671 (or 0xCF0671) is known color: Medium Violet Red. HEX triplet: CF, 06 and 71. RGB value is (207,6,113). Sum of RGB (Red+Green+Blue) = 207+6+113=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0671 is #30F98E. Grayscale: #4E4E4E. Windows color (decimal): -3209615 or 7407311. OLE color: 7407311.

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

Color convert

RGB 207 6 113 -
CMYK 0 0.97 0.45 0.19
HSL 328.06º 0.94% 0.42% -
HSV(B) 328.06º 0.97% 0.81% -
XYZ 28.78 14.59 16.92 -
YUV 78.3 147.59 219.8 -
System Red Green Blue C M Y K H S L
Decimal 207 6 113 0 0.97 0.45 0.19 328.06 0.94 0.42
Hex CF 6 71 0 61 2D 13 148 5E 2A
Octal 317 6 161 0 141 55 23 510 136 52
Binary 11001111 110 1110001 0 1100001 101101 10011 101001000 1011110 101010

Color Harmonies of #CF0671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0671

Black with #CF0671

Text Example


Text Example

White with #CF0671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0671; }

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

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

background-color css

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

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

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

border-color css

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

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

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