Html Css Color HEX #CF1380 Medium Violet Red

📋 copy color: '#CF1380'

red 207 ◦ green 19 ◦ blue 128

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

Shades of Medium Violet Red #CF1380

Tints of Medium Violet Red #CF1380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.37%

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

R = 58.47%
G = 5.37%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CF1380 (or 0xCF1380) is known color: Medium Violet Red. HEX triplet: CF, 13 and 80. RGB value is (207,19,128). Sum of RGB (Red+Green+Blue) = 207+19+128=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1380 is #30EC7F. Grayscale: #575757. Windows color (decimal): -3206272 or 8393679. OLE color: 8393679.

HSL color Cylindrical-coordinate representation of color #CF1380: hue angle of 325.21º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1380 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 19 128 -
CMYK 0 0.91 0.38 0.19
HSL 325.21º 0.83% 0.44% -
HSV(B) 325.21º 0.91% 0.81% -
XYZ 29.86 15.29 21.8 -
YUV 87.64 150.78 213.14 -
System Red Green Blue C M Y K H S L
Decimal 207 19 128 0 0.91 0.38 0.19 325.21 0.83 0.44
Hex CF 13 80 0 5B 26 13 145 53 2C
Octal 317 23 200 0 133 46 23 505 123 54
Binary 11001111 10011 10000000 0 1011011 100110 10011 101000101 1010011 101100

Color Harmonies of #CF1380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1380

Black with #CF1380

Text Example


Text Example

White with #CF1380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1380; }

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

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

background-color css

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

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

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

border-color css

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

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

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