Html Css Color HEX #CF0584 Medium Violet Red

📋 copy color: '#CF0584'

red 207 ◦ green 5 ◦ blue 132

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

Shades of Medium Violet Red #CF0584

Tints of Medium Violet Red #CF0584

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.45%

 BLUE value IS 132 (51.95% from 255) = 38.37%

R = 60.17%
G = 1.45%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CF0584 (or 0xCF0584) is known color: Medium Violet Red. HEX triplet: CF, 05 and 84. RGB value is (207,5,132). Sum of RGB (Red+Green+Blue) = 207+5+132=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0584 is #30FA7B. Grayscale: #4F4F4F. Windows color (decimal): -3209852 or 8652239. OLE color: 8652239.

HSL color Cylindrical-coordinate representation of color #CF0584: hue angle of 322.28º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0584 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 5 132 -
CMYK 0 0.98 0.36 0.19
HSL 322.28º 0.95% 0.42% -
HSV(B) 322.28º 0.98% 0.81% -
XYZ 29.95 15.04 23.15 -
YUV 79.88 157.42 218.67 -
System Red Green Blue C M Y K H S L
Decimal 207 5 132 0 0.98 0.36 0.19 322.28 0.95 0.42
Hex CF 5 84 0 62 24 13 142 5F 2A
Octal 317 5 204 0 142 44 23 502 137 52
Binary 11001111 101 10000100 0 1100010 100100 10011 101000010 1011111 101010

Color Harmonies of #CF0584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0584

Black with #CF0584

Text Example


Text Example

White with #CF0584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0584; }

 p { color: rgb(207,5,132); }

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

background-color css

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

 a { background-color: rgb(207,5,132); }

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

border-color css

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

 span { border-color: rgb(207,5,132); }

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