Html Css Color HEX #CF19AA Medium Violet Red

📋 copy color: '#CF19AA'

red 207 ◦ green 25 ◦ blue 170

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

Shades of Medium Violet Red #CF19AA

Tints of Medium Violet Red #CF19AA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.22%

 BLUE value IS 170 (66.8% from 255) = 42.29%

R = 51.49%
G = 6.22%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CF19AA (or 0xCF19AA) is known color: Medium Violet Red. HEX triplet: CF, 19 and AA. RGB value is (207,25,170). Sum of RGB (Red+Green+Blue) = 207+25+170=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF19AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF19AA is #30E655. Grayscale: #5F5F5F. Windows color (decimal): -3204694 or 11147727. OLE color: 11147727.

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

Color convert

RGB 207 25 170 -
CMYK 0 0.88 0.18 0.19
HSL 312.2º 0.78% 0.45% -
HSV(B) 312.2º 0.88% 0.81% -
XYZ 33.34 16.86 39.53 -
YUV 95.95 169.8 207.21 -
System Red Green Blue C M Y K H S L
Decimal 207 25 170 0 0.88 0.18 0.19 312.2 0.78 0.45
Hex CF 19 AA 0 58 12 13 138 4E 2D
Octal 317 31 252 0 130 22 23 470 116 55
Binary 11001111 11001 10101010 0 1011000 10010 10011 100111000 1001110 101101

Color Harmonies of #CF19AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF19AA

Black with #CF19AA

Text Example


Text Example

White with #CF19AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF19AA; }

 p { color: rgb(207,25,170); }

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

background-color css

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

 a { background-color: rgb(207,25,170); }

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

border-color css

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

 span { border-color: rgb(207,25,170); }

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