Html Css Color HEX #CF2594 Medium Violet Red

📋 copy color: '#CF2594'

red 207 ◦ green 37 ◦ blue 148

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

Shades of Medium Violet Red #CF2594

Tints of Medium Violet Red #CF2594

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.44%

 BLUE value IS 148 (58.2% from 255) = 37.76%

R = 52.81%
G = 9.44%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF2594 (or 0xCF2594) is known color: Medium Violet Red. HEX triplet: CF, 25 and 94. RGB value is (207,37,148). Sum of RGB (Red+Green+Blue) = 207+37+148=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2594 is #30DA6B. Grayscale: #646464. Windows color (decimal): -3201644 or 9709007. OLE color: 9709007.

HSL color Cylindrical-coordinate representation of color #CF2594: hue angle of 320.82º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF2594 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 37 148 -
CMYK 0 0.82 0.29 0.19
HSL 320.82º 0.7% 0.48% -
HSV(B) 320.82º 0.82% 0.81% -
XYZ 31.74 16.73 29.57 -
YUV 100.48 154.82 203.97 -
System Red Green Blue C M Y K H S L
Decimal 207 37 148 0 0.82 0.29 0.19 320.82 0.7 0.48
Hex CF 25 94 0 52 1D 13 141 46 30
Octal 317 45 224 0 122 35 23 501 106 60
Binary 11001111 100101 10010100 0 1010010 11101 10011 101000001 1000110 110000

Color Harmonies of #CF2594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2594

Black with #CF2594

Text Example


Text Example

White with #CF2594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2594; }

 p { color: rgb(207,37,148); }

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

background-color css

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

 a { background-color: rgb(207,37,148); }

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

border-color css

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

 span { border-color: rgb(207,37,148); }

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