Html Css Color HEX #CF05A1 Medium Violet Red

📋 copy color: '#CF05A1'

red 207 ◦ green 5 ◦ blue 161

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

Shades of Medium Violet Red #CF05A1

Tints of Medium Violet Red #CF05A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 43.16%

R = 55.5%
G = 1.34%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CF05A1 (or 0xCF05A1) is known color: Medium Violet Red. HEX triplet: CF, 05 and A1. RGB value is (207,5,161). Sum of RGB (Red+Green+Blue) = 207+5+161=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 161 (63.28% from 255 or 43.16% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF05A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF05A1 is #30FA5E. Grayscale: #525252. Windows color (decimal): -3209823 or 10552783. OLE color: 10552783.

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

Color convert

RGB 207 5 161 -
CMYK 0 0.98 0.22 0.19
HSL 313.66º 0.95% 0.42% -
HSV(B) 313.66º 0.98% 0.81% -
XYZ 32.22 15.95 35.1 -
YUV 83.18 171.92 216.32 -
System Red Green Blue C M Y K H S L
Decimal 207 5 161 0 0.98 0.22 0.19 313.66 0.95 0.42
Hex CF 5 A1 0 62 16 13 13A 5F 2A
Octal 317 5 241 0 142 26 23 472 137 52
Binary 11001111 101 10100001 0 1100010 10110 10011 100111010 1011111 101010

Color Harmonies of #CF05A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF05A1

Black with #CF05A1

Text Example


Text Example

White with #CF05A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF05A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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