Html Css Color HEX #CF177A Medium Violet Red

📋 copy color: '#CF177A'

red 207 ◦ green 23 ◦ blue 122

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

Shades of Medium Violet Red #CF177A

Tints of Medium Violet Red #CF177A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.53%

 BLUE value IS 122 (48.05% from 255) = 34.66%

R = 58.81%
G = 6.53%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF177A (or 0xCF177A) is known color: Medium Violet Red. HEX triplet: CF, 17 and 7A. RGB value is (207,23,122). Sum of RGB (Red+Green+Blue) = 207+23+122=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF177A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF177A is #30E885. Grayscale: #595959. Windows color (decimal): -3205254 or 8001487. OLE color: 8001487.

HSL color Cylindrical-coordinate representation of color #CF177A: hue angle of 327.72º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF177A is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 23 122 -
CMYK 0 0.89 0.41 0.19
HSL 327.72º 0.8% 0.45% -
HSV(B) 327.72º 0.89% 0.81% -
XYZ 29.55 15.28 19.8 -
YUV 89.3 146.46 211.95 -
System Red Green Blue C M Y K H S L
Decimal 207 23 122 0 0.89 0.41 0.19 327.72 0.8 0.45
Hex CF 17 7A 0 59 29 13 148 50 2D
Octal 317 27 172 0 131 51 23 510 120 55
Binary 11001111 10111 1111010 0 1011001 101001 10011 101001000 1010000 101101

Color Harmonies of #CF177A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF177A

Black with #CF177A

Text Example


Text Example

White with #CF177A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF177A; }

 p { color: rgb(207,23,122); }

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

background-color css

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

 a { background-color: rgb(207,23,122); }

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

border-color css

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

 span { border-color: rgb(207,23,122); }

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