Html Css Color HEX #CF06A0 Medium Violet Red

📋 copy color: '#CF06A0'

red 207 ◦ green 6 ◦ blue 160

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

Shades of Medium Violet Red #CF06A0

Tints of Medium Violet Red #CF06A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 42.9%

R = 55.5%
G = 1.61%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CF06A0 (or 0xCF06A0) is known color: Medium Violet Red. HEX triplet: CF, 06 and A0. RGB value is (207,6,160). Sum of RGB (Red+Green+Blue) = 207+6+160=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF06A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF06A0 is #30F95F. Grayscale: #535353. Windows color (decimal): -3209568 or 10487503. OLE color: 10487503.

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

Color convert

RGB 207 6 160 -
CMYK 0 0.97 0.23 0.19
HSL 314.03º 0.94% 0.42% -
HSV(B) 314.03º 0.97% 0.81% -
XYZ 32.14 15.93 34.64 -
YUV 83.66 171.09 215.98 -
System Red Green Blue C M Y K H S L
Decimal 207 6 160 0 0.97 0.23 0.19 314.03 0.94 0.42
Hex CF 6 A0 0 61 17 13 13A 5E 2A
Octal 317 6 240 0 141 27 23 472 136 52
Binary 11001111 110 10100000 0 1100001 10111 10011 100111010 1011110 101010

Color Harmonies of #CF06A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF06A0

Black with #CF06A0

Text Example


Text Example

White with #CF06A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF06A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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