Html Css Color HEX #CF0592 Medium Violet Red

📋 copy color: '#CF0592'

red 207 ◦ green 5 ◦ blue 146

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

Shades of Medium Violet Red #CF0592

Tints of Medium Violet Red #CF0592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.78%

R = 57.82%
G = 1.4%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF0592 (or 0xCF0592) is known color: Medium Violet Red. HEX triplet: CF, 05 and 92. RGB value is (207,5,146). Sum of RGB (Red+Green+Blue) = 207+5+146=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0592 is #30FA6D. Grayscale: #515151. Windows color (decimal): -3209838 or 9569743. OLE color: 9569743.

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

Color convert

RGB 207 5 146 -
CMYK 0 0.98 0.29 0.19
HSL 318.12º 0.95% 0.42% -
HSV(B) 318.12º 0.98% 0.81% -
XYZ 30.97 15.45 28.54 -
YUV 81.47 164.42 217.54 -
System Red Green Blue C M Y K H S L
Decimal 207 5 146 0 0.98 0.29 0.19 318.12 0.95 0.42
Hex CF 5 92 0 62 1D 13 13E 5F 2A
Octal 317 5 222 0 142 35 23 476 137 52
Binary 11001111 101 10010010 0 1100010 11101 10011 100111110 1011111 101010

Color Harmonies of #CF0592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0592

Black with #CF0592

Text Example


Text Example

White with #CF0592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0592; }

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

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

background-color css

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

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

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

border-color css

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

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

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