Html Css Color HEX #CF0590 Medium Violet Red

📋 copy color: '#CF0590'

red 207 ◦ green 5 ◦ blue 144

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

Shades of Medium Violet Red #CF0590

Tints of Medium Violet Red #CF0590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.45%

R = 58.15%
G = 1.4%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF0590 (or 0xCF0590) is known color: Medium Violet Red. HEX triplet: CF, 05 and 90. RGB value is (207,5,144). Sum of RGB (Red+Green+Blue) = 207+5+144=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0590 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0590 is #30FA6F. Grayscale: #505050. Windows color (decimal): -3209840 or 9438671. OLE color: 9438671.

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

Color convert

RGB 207 5 144 -
CMYK 0 0.98 0.30 0.19
HSL 318.71º 0.95% 0.42% -
HSV(B) 318.71º 0.98% 0.81% -
XYZ 30.82 15.39 27.73 -
YUV 81.24 163.42 217.7 -
System Red Green Blue C M Y K H S L
Decimal 207 5 144 0 0.98 0.30 0.19 318.71 0.95 0.42
Hex CF 5 90 0 62 1E 13 13F 5F 2A
Octal 317 5 220 0 142 36 23 477 137 52
Binary 11001111 101 10010000 0 1100010 11110 10011 100111111 1011111 101010

Color Harmonies of #CF0590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0590

Black with #CF0590

Text Example


Text Example

White with #CF0590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0590; }

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

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

background-color css

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

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

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

border-color css

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

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

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