Html Css Color HEX #CF21AB Medium Violet Red

📋 copy color: '#CF21AB'

red 207 ◦ green 33 ◦ blue 171

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

Shades of Medium Violet Red #CF21AB

Tints of Medium Violet Red #CF21AB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.03%

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

R = 50.36%
G = 8.03%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CF21AB (or 0xCF21AB) is known color: Medium Violet Red. HEX triplet: CF, 21 and AB. RGB value is (207,33,171). Sum of RGB (Red+Green+Blue) = 207+33+171=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF21AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF21AB is #30DE54. Grayscale: #646464. Windows color (decimal): -3202645 or 11215311. OLE color: 11215311.

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

Color convert

RGB 207 33 171 -
CMYK 0 0.84 0.17 0.19
HSL 312.41º 0.73% 0.47% -
HSV(B) 312.41º 0.84% 0.81% -
XYZ 33.63 17.29 40.09 -
YUV 100.76 167.65 203.78 -
System Red Green Blue C M Y K H S L
Decimal 207 33 171 0 0.84 0.17 0.19 312.41 0.73 0.47
Hex CF 21 AB 0 54 11 13 138 48 2F
Octal 317 41 253 0 124 21 23 470 110 57
Binary 11001111 100001 10101011 0 1010100 10001 10011 100111000 1001000 101111

Color Harmonies of #CF21AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF21AB

Black with #CF21AB

Text Example


Text Example

White with #CF21AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF21AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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