Html Css Color HEX #CF1FAE Medium Violet Red

📋 copy color: '#CF1FAE'

red 207 ◦ green 31 ◦ blue 174

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

Shades of Medium Violet Red #CF1FAE

Tints of Medium Violet Red #CF1FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.23%

R = 50.24%
G = 7.52%
B = 42.23%

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

#CF1FAE (or 0xCF1FAE) is known color: Medium Violet Red. HEX triplet: CF, 1F and AE. RGB value is (207,31,174). Sum of RGB (Red+Green+Blue) = 207+31+174=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 31 (12.5% from 255 or 7.52% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1FAE is #30E051. Grayscale: #636363. Windows color (decimal): -3203154 or 11411407. OLE color: 11411407.

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

Color convert

RGB 207 31 174 -
CMYK 0 0.85 0.16 0.19
HSL 311.25º 0.74% 0.47% -
HSV(B) 311.25º 0.85% 0.81% -
XYZ 33.86 17.3 41.6 -
YUV 99.93 169.81 204.37 -
System Red Green Blue C M Y K H S L
Decimal 207 31 174 0 0.85 0.16 0.19 311.25 0.74 0.47
Hex CF 1F AE 0 55 10 13 137 4A 2F
Octal 317 37 256 0 125 20 23 467 112 57
Binary 11001111 11111 10101110 0 1010101 10000 10011 100110111 1001010 101111

Color Harmonies of #CF1FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1FAE

Black with #CF1FAE

Text Example


Text Example

White with #CF1FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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