Html Css Color HEX #CF1FAD Medium Violet Red

📋 copy color: '#CF1FAD'

red 207 ◦ green 31 ◦ blue 173

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

Shades of Medium Violet Red #CF1FAD

Tints of Medium Violet Red #CF1FAD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.54%

 BLUE value IS 173 (67.97% from 255) = 42.09%

R = 50.36%
G = 7.54%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CF1FAD (or 0xCF1FAD) is known color: Medium Violet Red. HEX triplet: CF, 1F and AD. RGB value is (207,31,173). Sum of RGB (Red+Green+Blue) = 207+31+173=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 31 (12.5% from 255 or 7.54% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1FAD is #30E052. Grayscale: #636363. Windows color (decimal): -3203155 or 11345871. OLE color: 11345871.

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

Color convert

RGB 207 31 173 -
CMYK 0 0.85 0.16 0.19
HSL 311.59º 0.74% 0.47% -
HSV(B) 311.59º 0.85% 0.81% -
XYZ 33.76 17.26 41.09 -
YUV 99.81 169.31 204.45 -
System Red Green Blue C M Y K H S L
Decimal 207 31 173 0 0.85 0.16 0.19 311.59 0.74 0.47
Hex CF 1F AD 0 55 10 13 138 4A 2F
Octal 317 37 255 0 125 20 23 470 112 57
Binary 11001111 11111 10101101 0 1010101 10000 10011 100111000 1001010 101111

Color Harmonies of #CF1FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1FAD

Black with #CF1FAD

Text Example


Text Example

White with #CF1FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1FAD; }

 p { color: rgb(207,31,173); }

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

background-color css

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

 a { background-color: rgb(207,31,173); }

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

border-color css

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

 span { border-color: rgb(207,31,173); }

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