Html Css Color HEX #CF097F Medium Violet Red

📋 copy color: '#CF097F'

red 207 ◦ green 9 ◦ blue 127

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

Shades of Medium Violet Red #CF097F

Tints of Medium Violet Red #CF097F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.03%

R = 60.35%
G = 2.62%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF097F (or 0xCF097F) is known color: Medium Violet Red. HEX triplet: CF, 09 and 7F. RGB value is (207,9,127). Sum of RGB (Red+Green+Blue) = 207+9+127=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF097F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF097F is #30F680. Grayscale: #515151. Windows color (decimal): -3208833 or 8325583. OLE color: 8325583.

HSL color Cylindrical-coordinate representation of color #CF097F: hue angle of 324.24º 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 #CF097F is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 9 127 -
CMYK 0 0.96 0.39 0.19
HSL 324.24º 0.92% 0.42% -
HSV(B) 324.24º 0.96% 0.81% -
XYZ 29.66 14.99 21.41 -
YUV 81.65 153.6 217.41 -
System Red Green Blue C M Y K H S L
Decimal 207 9 127 0 0.96 0.39 0.19 324.24 0.92 0.42
Hex CF 9 7F 0 60 27 13 144 5C 2A
Octal 317 11 177 0 140 47 23 504 134 52
Binary 11001111 1001 1111111 0 1100000 100111 10011 101000100 1011100 101010

Color Harmonies of #CF097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF097F

Black with #CF097F

Text Example


Text Example

White with #CF097F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF097F; }

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

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

background-color css

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

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

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

border-color css

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

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

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