Html Css Color HEX #CF1480 Medium Violet Red

📋 copy color: '#CF1480'

red 207 ◦ green 20 ◦ blue 128

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

Shades of Medium Violet Red #CF1480

Tints of Medium Violet Red #CF1480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 36.06%

R = 58.31%
G = 5.63%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CF1480 (or 0xCF1480) is known color: Medium Violet Red. HEX triplet: CF, 14 and 80. RGB value is (207,20,128). Sum of RGB (Red+Green+Blue) = 207+20+128=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1480 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1480 is #30EB7F. Grayscale: #575757. Windows color (decimal): -3206016 or 8393935. OLE color: 8393935.

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

Color convert

RGB 207 20 128 -
CMYK 0 0.90 0.38 0.19
HSL 325.35º 0.82% 0.45% -
HSV(B) 325.35º 0.9% 0.81% -
XYZ 29.88 15.32 21.81 -
YUV 88.23 150.45 212.72 -
System Red Green Blue C M Y K H S L
Decimal 207 20 128 0 0.90 0.38 0.19 325.35 0.82 0.45
Hex CF 14 80 0 5A 26 13 145 52 2D
Octal 317 24 200 0 132 46 23 505 122 55
Binary 11001111 10100 10000000 0 1011010 100110 10011 101000101 1010010 101101

Color Harmonies of #CF1480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1480

Black with #CF1480

Text Example


Text Example

White with #CF1480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1480; }

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

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

background-color css

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

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

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

border-color css

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

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

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