Html Css Color HEX #CF177D Medium Violet Red

📋 copy color: '#CF177D'

red 207 ◦ green 23 ◦ blue 125

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

Shades of Medium Violet Red #CF177D

Tints of Medium Violet Red #CF177D

RGB

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

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

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

R = 58.31%
G = 6.48%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF177D (or 0xCF177D) is known color: Medium Violet Red. HEX triplet: CF, 17 and 7D. RGB value is (207,23,125). Sum of RGB (Red+Green+Blue) = 207+23+125=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF177D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF177D is #30E882. Grayscale: #595959. Windows color (decimal): -3205251 or 8198095. OLE color: 8198095.

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

Color convert

RGB 207 23 125 -
CMYK 0 0.89 0.40 0.19
HSL 326.74º 0.8% 0.45% -
HSV(B) 326.74º 0.89% 0.81% -
XYZ 29.74 15.36 20.8 -
YUV 89.64 147.96 211.71 -
System Red Green Blue C M Y K H S L
Decimal 207 23 125 0 0.89 0.40 0.19 326.74 0.8 0.45
Hex CF 17 7D 0 59 28 13 147 50 2D
Octal 317 27 175 0 131 50 23 507 120 55
Binary 11001111 10111 1111101 0 1011001 101000 10011 101000111 1010000 101101

Color Harmonies of #CF177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF177D

Black with #CF177D

Text Example


Text Example

White with #CF177D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF177D; }

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

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

background-color css

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

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

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

border-color css

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

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

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