Html Css Color HEX #CF1499 Medium Violet Red

📋 copy color: '#CF1499'

red 207 ◦ green 20 ◦ blue 153

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

Shades of Medium Violet Red #CF1499

Tints of Medium Violet Red #CF1499

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.26%

 BLUE value IS 153 (60.16% from 255) = 40.26%

R = 54.47%
G = 5.26%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CF1499 (or 0xCF1499) is known color: Medium Violet Red. HEX triplet: CF, 14 and 99. RGB value is (207,20,153). Sum of RGB (Red+Green+Blue) = 207+20+153=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1499 is #30EB66. Grayscale: #5A5A5A. Windows color (decimal): -3205991 or 10032335. OLE color: 10032335.

HSL color Cylindrical-coordinate representation of color #CF1499: hue angle of 317.33º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1499 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 20 153 -
CMYK 0 0.90 0.26 0.19
HSL 317.33º 0.82% 0.45% -
HSV(B) 317.33º 0.9% 0.81% -
XYZ 31.73 16.07 31.57 -
YUV 91.08 162.95 210.69 -
System Red Green Blue C M Y K H S L
Decimal 207 20 153 0 0.90 0.26 0.19 317.33 0.82 0.45
Hex CF 14 99 0 5A 1A 13 13D 52 2D
Octal 317 24 231 0 132 32 23 475 122 55
Binary 11001111 10100 10011001 0 1011010 11010 10011 100111101 1010010 101101

Color Harmonies of #CF1499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1499

Black with #CF1499

Text Example


Text Example

White with #CF1499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1499; }

 p { color: rgb(207,20,153); }

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

background-color css

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

 a { background-color: rgb(207,20,153); }

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

border-color css

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

 span { border-color: rgb(207,20,153); }

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