Html Css Color HEX #CF05A0 Medium Violet Red

📋 copy color: '#CF05A0'

red 207 ◦ green 5 ◦ blue 160

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

Shades of Medium Violet Red #CF05A0

Tints of Medium Violet Red #CF05A0

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.34%

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

R = 55.65%
G = 1.34%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CF05A0 (or 0xCF05A0) is known color: Medium Violet Red. HEX triplet: CF, 05 and A0. RGB value is (207,5,160). Sum of RGB (Red+Green+Blue) = 207+5+160=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF05A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF05A0 is #30FA5F. Grayscale: #525252. Windows color (decimal): -3209824 or 10487247. OLE color: 10487247.

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

Color convert

RGB 207 5 160 -
CMYK 0 0.98 0.23 0.19
HSL 313.96º 0.95% 0.42% -
HSV(B) 313.96º 0.98% 0.81% -
XYZ 32.13 15.91 34.64 -
YUV 83.07 171.42 216.4 -
System Red Green Blue C M Y K H S L
Decimal 207 5 160 0 0.98 0.23 0.19 313.96 0.95 0.42
Hex CF 5 A0 0 62 17 13 13A 5F 2A
Octal 317 5 240 0 142 27 23 472 137 52
Binary 11001111 101 10100000 0 1100010 10111 10011 100111010 1011111 101010

Color Harmonies of #CF05A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF05A0

Black with #CF05A0

Text Example


Text Example

White with #CF05A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF05A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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