Html Css Color HEX #CF20AB Medium Violet Red

📋 copy color: '#CF20AB'

red 207 ◦ green 32 ◦ blue 171

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

Shades of Medium Violet Red #CF20AB

Tints of Medium Violet Red #CF20AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.71%

R = 50.49%
G = 7.8%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CF20AB (or 0xCF20AB) is known color: Medium Violet Red. HEX triplet: CF, 20 and AB. RGB value is (207,32,171). Sum of RGB (Red+Green+Blue) = 207+32+171=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF20AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF20AB is #30DF54. Grayscale: #636363. Windows color (decimal): -3202901 or 11215055. OLE color: 11215055.

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

Color convert

RGB 207 32 171 -
CMYK 0 0.85 0.17 0.19
HSL 312.34º 0.73% 0.47% -
HSV(B) 312.34º 0.85% 0.81% -
XYZ 33.6 17.24 40.08 -
YUV 100.17 167.98 204.2 -
System Red Green Blue C M Y K H S L
Decimal 207 32 171 0 0.85 0.17 0.19 312.34 0.73 0.47
Hex CF 20 AB 0 55 11 13 138 49 2F
Octal 317 40 253 0 125 21 23 470 111 57
Binary 11001111 100000 10101011 0 1010101 10001 10011 100111000 1001001 101111

Color Harmonies of #CF20AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF20AB

Black with #CF20AB

Text Example


Text Example

White with #CF20AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF20AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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