Html Css Color HEX #CF0394 Medium Violet Red

📋 copy color: '#CF0394'

red 207 ◦ green 3 ◦ blue 148

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

Shades of Medium Violet Red #CF0394

Tints of Medium Violet Red #CF0394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.84%

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

R = 57.82%
G = 0.84%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF0394 (or 0xCF0394) is known color: Medium Violet Red. HEX triplet: CF, 03 and 94. RGB value is (207,3,148). Sum of RGB (Red+Green+Blue) = 207+3+148=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0394 is #30FC6B. Grayscale: #505050. Windows color (decimal): -3210348 or 9700303. OLE color: 9700303.

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

Color convert

RGB 207 3 148 -
CMYK 0 0.99 0.29 0.19
HSL 317.35º 0.97% 0.41% -
HSV(B) 317.35º 0.99% 0.81% -
XYZ 31.11 15.47 29.36 -
YUV 80.53 166.09 218.21 -
System Red Green Blue C M Y K H S L
Decimal 207 3 148 0 0.99 0.29 0.19 317.35 0.97 0.41
Hex CF 3 94 0 63 1D 13 13D 61 29
Octal 317 3 224 0 143 35 23 475 141 51
Binary 11001111 11 10010100 0 1100011 11101 10011 100111101 1100001 101001

Color Harmonies of #CF0394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0394

Black with #CF0394

Text Example


Text Example

White with #CF0394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0394; }

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

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

background-color css

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

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

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

border-color css

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

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

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