Html Css Color HEX #CF0977 Medium Violet Red

📋 copy color: '#CF0977'

red 207 ◦ green 9 ◦ blue 119

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

Shades of Medium Violet Red #CF0977

Tints of Medium Violet Red #CF0977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.52%

R = 61.79%
G = 2.69%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF0977 (or 0xCF0977) is known color: Medium Violet Red. HEX triplet: CF, 09 and 77. RGB value is (207,9,119). Sum of RGB (Red+Green+Blue) = 207+9+119=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0977 is #30F688. Grayscale: #505050. Windows color (decimal): -3208841 or 7801295. OLE color: 7801295.

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

Color convert

RGB 207 9 119 -
CMYK 0 0.96 0.43 0.19
HSL 326.67º 0.92% 0.42% -
HSV(B) 326.67º 0.96% 0.81% -
XYZ 29.16 14.79 18.77 -
YUV 80.74 149.6 218.06 -
System Red Green Blue C M Y K H S L
Decimal 207 9 119 0 0.96 0.43 0.19 326.67 0.92 0.42
Hex CF 9 77 0 60 2B 13 147 5C 2A
Octal 317 11 167 0 140 53 23 507 134 52
Binary 11001111 1001 1110111 0 1100000 101011 10011 101000111 1011100 101010

Color Harmonies of #CF0977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0977

Black with #CF0977

Text Example


Text Example

White with #CF0977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0977; }

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

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

background-color css

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

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

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

border-color css

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

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

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