Html Css Color HEX #CF2494 Medium Violet Red

📋 copy color: '#CF2494'

red 207 ◦ green 36 ◦ blue 148

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

Shades of Medium Violet Red #CF2494

Tints of Medium Violet Red #CF2494

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.21%

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

R = 52.94%
G = 9.21%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF2494 (or 0xCF2494) is known color: Medium Violet Red. HEX triplet: CF, 24 and 94. RGB value is (207,36,148). Sum of RGB (Red+Green+Blue) = 207+36+148=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2494 is #30DB6B. Grayscale: #636363. Windows color (decimal): -3201900 or 9708751. OLE color: 9708751.

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

Color convert

RGB 207 36 148 -
CMYK 0 0.83 0.29 0.19
HSL 320.7º 0.7% 0.48% -
HSV(B) 320.7º 0.83% 0.81% -
XYZ 31.71 16.67 29.56 -
YUV 99.9 155.15 204.39 -
System Red Green Blue C M Y K H S L
Decimal 207 36 148 0 0.83 0.29 0.19 320.7 0.7 0.48
Hex CF 24 94 0 53 1D 13 141 46 30
Octal 317 44 224 0 123 35 23 501 106 60
Binary 11001111 100100 10010100 0 1010011 11101 10011 101000001 1000110 110000

Color Harmonies of #CF2494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2494

Black with #CF2494

Text Example


Text Example

White with #CF2494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2494; }

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

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

background-color css

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

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

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

border-color css

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

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

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