Html Css Color HEX #CF20A6 Medium Violet Red

📋 copy color: '#CF20A6'

red 207 ◦ green 32 ◦ blue 166

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

Shades of Medium Violet Red #CF20A6

Tints of Medium Violet Red #CF20A6

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.9%

 BLUE value IS 166 (65.23% from 255) = 40.99%

R = 51.11%
G = 7.9%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CF20A6 (or 0xCF20A6) is known color: Medium Violet Red. HEX triplet: CF, 20 and A6. RGB value is (207,32,166). Sum of RGB (Red+Green+Blue) = 207+32+166=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF20A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF20A6 is #30DF59. Grayscale: #636363. Windows color (decimal): -3202906 or 10887375. OLE color: 10887375.

HSL color Cylindrical-coordinate representation of color #CF20A6: hue angle of 314.06º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF20A6 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 32 166 -
CMYK 0 0.85 0.20 0.19
HSL 314.06º 0.73% 0.47% -
HSV(B) 314.06º 0.85% 0.81% -
XYZ 33.13 17.05 37.62 -
YUV 99.6 165.48 204.6 -
System Red Green Blue C M Y K H S L
Decimal 207 32 166 0 0.85 0.20 0.19 314.06 0.73 0.47
Hex CF 20 A6 0 55 14 13 13A 49 2F
Octal 317 40 246 0 125 24 23 472 111 57
Binary 11001111 100000 10100110 0 1010101 10100 10011 100111010 1001001 101111

Color Harmonies of #CF20A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF20A6

Black with #CF20A6

Text Example


Text Example

White with #CF20A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF20A6; }

 p { color: rgb(207,32,166); }

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

background-color css

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

 a { background-color: rgb(207,32,166); }

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

border-color css

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

 span { border-color: rgb(207,32,166); }

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