Html Css Color HEX #CF177B Medium Violet Red

📋 copy color: '#CF177B'

red 207 ◦ green 23 ◦ blue 123

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

Shades of Medium Violet Red #CF177B

Tints of Medium Violet Red #CF177B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.84%

R = 58.64%
G = 6.52%
B = 34.84%

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

#CF177B (or 0xCF177B) is known color: Medium Violet Red. HEX triplet: CF, 17 and 7B. RGB value is (207,23,123). Sum of RGB (Red+Green+Blue) = 207+23+123=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF177B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF177B is #30E884. Grayscale: #595959. Windows color (decimal): -3205253 or 8067023. OLE color: 8067023.

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

Color convert

RGB 207 23 123 -
CMYK 0 0.89 0.41 0.19
HSL 327.39º 0.8% 0.45% -
HSV(B) 327.39º 0.89% 0.81% -
XYZ 29.61 15.31 20.13 -
YUV 89.42 146.96 211.87 -
System Red Green Blue C M Y K H S L
Decimal 207 23 123 0 0.89 0.41 0.19 327.39 0.8 0.45
Hex CF 17 7B 0 59 29 13 147 50 2D
Octal 317 27 173 0 131 51 23 507 120 55
Binary 11001111 10111 1111011 0 1011001 101001 10011 101000111 1010000 101101

Color Harmonies of #CF177B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF177B

Black with #CF177B

Text Example


Text Example

White with #CF177B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF177B; }

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

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

background-color css

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

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

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

border-color css

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

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

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