Html Css Color HEX #CF0974 Medium Violet Red

📋 copy color: '#CF0974'

red 207 ◦ green 9 ◦ blue 116

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

Shades of Medium Violet Red #CF0974

Tints of Medium Violet Red #CF0974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.94%

R = 62.35%
G = 2.71%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF0974 (or 0xCF0974) is known color: Medium Violet Red. HEX triplet: CF, 09 and 74. RGB value is (207,9,116). Sum of RGB (Red+Green+Blue) = 207+9+116=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0974 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0974 is #30F68B. Grayscale: #505050. Windows color (decimal): -3208844 or 7604687. OLE color: 7604687.

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

Color convert

RGB 207 9 116 -
CMYK 0 0.96 0.44 0.19
HSL 327.58º 0.92% 0.42% -
HSV(B) 327.58º 0.96% 0.81% -
XYZ 28.98 14.72 17.84 -
YUV 80.4 148.1 218.3 -
System Red Green Blue C M Y K H S L
Decimal 207 9 116 0 0.96 0.44 0.19 327.58 0.92 0.42
Hex CF 9 74 0 60 2C 13 148 5C 2A
Octal 317 11 164 0 140 54 23 510 134 52
Binary 11001111 1001 1110100 0 1100000 101100 10011 101001000 1011100 101010

Color Harmonies of #CF0974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0974

Black with #CF0974

Text Example


Text Example

White with #CF0974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0974; }

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

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

background-color css

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

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

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

border-color css

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

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

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