Html Css Color HEX #CF1582 Medium Violet Red

📋 copy color: '#CF1582'

red 207 ◦ green 21 ◦ blue 130

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

Shades of Medium Violet Red #CF1582

Tints of Medium Violet Red #CF1582

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.87%

 BLUE value IS 130 (51.17% from 255) = 36.31%

R = 57.82%
G = 5.87%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CF1582 (or 0xCF1582) is known color: Medium Violet Red. HEX triplet: CF, 15 and 82. RGB value is (207,21,130). Sum of RGB (Red+Green+Blue) = 207+21+130=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1582 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1582 is #30EA7D. Grayscale: #585858. Windows color (decimal): -3205758 or 8525263. OLE color: 8525263.

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

Color convert

RGB 207 21 130 -
CMYK 0 0.90 0.37 0.19
HSL 324.84º 0.82% 0.45% -
HSV(B) 324.84º 0.9% 0.81% -
XYZ 30.03 15.41 22.51 -
YUV 89.04 151.12 212.14 -
System Red Green Blue C M Y K H S L
Decimal 207 21 130 0 0.90 0.37 0.19 324.84 0.82 0.45
Hex CF 15 82 0 5A 25 13 145 52 2D
Octal 317 25 202 0 132 45 23 505 122 55
Binary 11001111 10101 10000010 0 1011010 100101 10011 101000101 1010010 101101

Color Harmonies of #CF1582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1582

Black with #CF1582

Text Example


Text Example

White with #CF1582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1582; }

 p { color: rgb(207,21,130); }

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

background-color css

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

 a { background-color: rgb(207,21,130); }

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

border-color css

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

 span { border-color: rgb(207,21,130); }

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