Html Css Color HEX #CF0494 Medium Violet Red

📋 copy color: '#CF0494'

red 207 ◦ green 4 ◦ blue 148

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

Shades of Medium Violet Red #CF0494

Tints of Medium Violet Red #CF0494

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.11%

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

R = 57.66%
G = 1.11%
B = 41.23%

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

#CF0494 (or 0xCF0494) is known color: Medium Violet Red. HEX triplet: CF, 04 and 94. RGB value is (207,4,148). Sum of RGB (Red+Green+Blue) = 207+4+148=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 4 (1.95% from 255 or 1.11% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0494 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0494 is #30FB6B. Grayscale: #505050. Windows color (decimal): -3210092 or 9700559. OLE color: 9700559.

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

Color convert

RGB 207 4 148 -
CMYK 0 0.98 0.29 0.19
HSL 317.44º 0.96% 0.41% -
HSV(B) 317.44º 0.98% 0.81% -
XYZ 31.12 15.49 29.37 -
YUV 81.11 165.75 217.79 -
System Red Green Blue C M Y K H S L
Decimal 207 4 148 0 0.98 0.29 0.19 317.44 0.96 0.41
Hex CF 4 94 0 62 1D 13 13D 60 29
Octal 317 4 224 0 142 35 23 475 140 51
Binary 11001111 100 10010100 0 1100010 11101 10011 100111101 1100000 101001

Color Harmonies of #CF0494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0494

Black with #CF0494

Text Example


Text Example

White with #CF0494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0494; }

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

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

background-color css

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

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

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

border-color css

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

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

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