Html Css Color HEX #CF17AB Medium Violet Red

📋 copy color: '#CF17AB'

red 207 ◦ green 23 ◦ blue 171

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

Shades of Medium Violet Red #CF17AB

Tints of Medium Violet Red #CF17AB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.74%

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

R = 51.62%
G = 5.74%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CF17AB (or 0xCF17AB) is known color: Medium Violet Red. HEX triplet: CF, 17 and AB. RGB value is (207,23,171). Sum of RGB (Red+Green+Blue) = 207+23+171=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 23 (9.38% from 255 or 5.74% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF17AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF17AB is #30E854. Grayscale: #5E5E5E. Windows color (decimal): -3205205 or 11212751. OLE color: 11212751.

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

Color convert

RGB 207 23 171 -
CMYK 0 0.89 0.17 0.19
HSL 311.74º 0.8% 0.45% -
HSV(B) 311.74º 0.89% 0.81% -
XYZ 33.39 16.82 40.01 -
YUV 94.89 170.96 207.97 -
System Red Green Blue C M Y K H S L
Decimal 207 23 171 0 0.89 0.17 0.19 311.74 0.8 0.45
Hex CF 17 AB 0 59 11 13 138 50 2D
Octal 317 27 253 0 131 21 23 470 120 55
Binary 11001111 10111 10101011 0 1011001 10001 10011 100111000 1010000 101101

Color Harmonies of #CF17AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF17AB

Black with #CF17AB

Text Example


Text Example

White with #CF17AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF17AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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