Html Css Color HEX #CF0595 Medium Violet Red

📋 copy color: '#CF0595'

red 207 ◦ green 5 ◦ blue 149

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

Shades of Medium Violet Red #CF0595

Tints of Medium Violet Red #CF0595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.27%

R = 57.34%
G = 1.39%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CF0595 (or 0xCF0595) is known color: Medium Violet Red. HEX triplet: CF, 05 and 95. RGB value is (207,5,149). Sum of RGB (Red+Green+Blue) = 207+5+149=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0595 is #30FA6A. Grayscale: #515151. Windows color (decimal): -3209835 or 9766351. OLE color: 9766351.

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

Color convert

RGB 207 5 149 -
CMYK 0 0.98 0.28 0.19
HSL 317.23º 0.95% 0.42% -
HSV(B) 317.23º 0.98% 0.81% -
XYZ 31.21 15.54 29.79 -
YUV 81.81 165.92 217.29 -
System Red Green Blue C M Y K H S L
Decimal 207 5 149 0 0.98 0.28 0.19 317.23 0.95 0.42
Hex CF 5 95 0 62 1C 13 13D 5F 2A
Octal 317 5 225 0 142 34 23 475 137 52
Binary 11001111 101 10010101 0 1100010 11100 10011 100111101 1011111 101010

Color Harmonies of #CF0595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0595

Black with #CF0595

Text Example


Text Example

White with #CF0595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0595; }

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

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

background-color css

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

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

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

border-color css

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

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

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