Html Css Color HEX #CF097D Medium Violet Red

📋 copy color: '#CF097D'

red 207 ◦ green 9 ◦ blue 125

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

Shades of Medium Violet Red #CF097D

Tints of Medium Violet Red #CF097D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.66%

R = 60.7%
G = 2.64%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF097D (or 0xCF097D) is known color: Medium Violet Red. HEX triplet: CF, 09 and 7D. RGB value is (207,9,125). Sum of RGB (Red+Green+Blue) = 207+9+125=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF097D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF097D is #30F682. Grayscale: #515151. Windows color (decimal): -3208835 or 8194511. OLE color: 8194511.

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

Color convert

RGB 207 9 125 -
CMYK 0 0.96 0.40 0.19
HSL 324.85º 0.92% 0.42% -
HSV(B) 324.85º 0.96% 0.81% -
XYZ 29.53 14.94 20.73 -
YUV 81.43 152.6 217.57 -
System Red Green Blue C M Y K H S L
Decimal 207 9 125 0 0.96 0.40 0.19 324.85 0.92 0.42
Hex CF 9 7D 0 60 28 13 145 5C 2A
Octal 317 11 175 0 140 50 23 505 134 52
Binary 11001111 1001 1111101 0 1100000 101000 10011 101000101 1011100 101010

Color Harmonies of #CF097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF097D

Black with #CF097D

Text Example


Text Example

White with #CF097D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF097D; }

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

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

background-color css

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

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

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

border-color css

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

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

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