Html Css Color HEX #CF0993 Medium Violet Red

📋 copy color: '#CF0993'

red 207 ◦ green 9 ◦ blue 147

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

Shades of Medium Violet Red #CF0993

Tints of Medium Violet Red #CF0993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.48%

 BLUE value IS 147 (57.81% from 255) = 40.5%

R = 57.02%
G = 2.48%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF0993 (or 0xCF0993) is known color: Medium Violet Red. HEX triplet: CF, 09 and 93. RGB value is (207,9,147). Sum of RGB (Red+Green+Blue) = 207+9+147=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0993 is #30F66C. Grayscale: #535353. Windows color (decimal): -3208813 or 9636303. OLE color: 9636303.

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

Color convert

RGB 207 9 147 -
CMYK 0 0.96 0.29 0.19
HSL 318.18º 0.92% 0.42% -
HSV(B) 318.18º 0.96% 0.81% -
XYZ 31.1 15.57 28.97 -
YUV 83.93 163.6 215.78 -
System Red Green Blue C M Y K H S L
Decimal 207 9 147 0 0.96 0.29 0.19 318.18 0.92 0.42
Hex CF 9 93 0 60 1D 13 13E 5C 2A
Octal 317 11 223 0 140 35 23 476 134 52
Binary 11001111 1001 10010011 0 1100000 11101 10011 100111110 1011100 101010

Color Harmonies of #CF0993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0993

Black with #CF0993

Text Example


Text Example

White with #CF0993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0993; }

 p { color: rgb(207,9,147); }

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

background-color css

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

 a { background-color: rgb(207,9,147); }

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

border-color css

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

 span { border-color: rgb(207,9,147); }

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