Html Css Color HEX #CF177F Medium Violet Red

📋 copy color: '#CF177F'

red 207 ◦ green 23 ◦ blue 127

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

Shades of Medium Violet Red #CF177F

Tints of Medium Violet Red #CF177F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.57%

R = 57.98%
G = 6.44%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF177F (or 0xCF177F) is known color: Medium Violet Red. HEX triplet: CF, 17 and 7F. RGB value is (207,23,127). Sum of RGB (Red+Green+Blue) = 207+23+127=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 23 (9.38% from 255 or 6.44% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF177F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF177F is #30E880. Grayscale: #595959. Windows color (decimal): -3205249 or 8329167. OLE color: 8329167.

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

Color convert

RGB 207 23 127 -
CMYK 0 0.89 0.39 0.19
HSL 326.09º 0.8% 0.45% -
HSV(B) 326.09º 0.89% 0.81% -
XYZ 29.87 15.41 21.48 -
YUV 89.87 148.96 211.54 -
System Red Green Blue C M Y K H S L
Decimal 207 23 127 0 0.89 0.39 0.19 326.09 0.8 0.45
Hex CF 17 7F 0 59 27 13 146 50 2D
Octal 317 27 177 0 131 47 23 506 120 55
Binary 11001111 10111 1111111 0 1011001 100111 10011 101000110 1010000 101101

Color Harmonies of #CF177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF177F

Black with #CF177F

Text Example


Text Example

White with #CF177F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF177F; }

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

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

background-color css

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

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

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

border-color css

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

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

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