Html Css Color HEX #CF0691 Medium Violet Red

📋 copy color: '#CF0691'

red 207 ◦ green 6 ◦ blue 145

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

Shades of Medium Violet Red #CF0691

Tints of Medium Violet Red #CF0691

RGB

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

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

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

R = 57.82%
G = 1.68%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF0691 (or 0xCF0691) is known color: Medium Violet Red. HEX triplet: CF, 06 and 91. RGB value is (207,6,145). Sum of RGB (Red+Green+Blue) = 207+6+145=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0691 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0691 is #30F96E. Grayscale: #515151. Windows color (decimal): -3209583 or 9504463. OLE color: 9504463.

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

Color convert

RGB 207 6 145 -
CMYK 0 0.97 0.30 0.19
HSL 318.51º 0.94% 0.42% -
HSV(B) 318.51º 0.97% 0.81% -
XYZ 30.91 15.44 28.14 -
YUV 81.95 163.59 217.2 -
System Red Green Blue C M Y K H S L
Decimal 207 6 145 0 0.97 0.30 0.19 318.51 0.94 0.42
Hex CF 6 91 0 61 1E 13 13F 5E 2A
Octal 317 6 221 0 141 36 23 477 136 52
Binary 11001111 110 10010001 0 1100001 11110 10011 100111111 1011110 101010

Color Harmonies of #CF0691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0691

Black with #CF0691

Text Example


Text Example

White with #CF0691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0691; }

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

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

background-color css

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

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

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

border-color css

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

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

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