Html Css Color HEX #CB177D Medium Violet Red

📋 copy color: '#CB177D'

red 203 ◦ green 23 ◦ blue 125

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

Shades of Medium Violet Red #CB177D

Tints of Medium Violet Red #CB177D

RGB

 RED value IS 203 (79.69% from 255) = 57.83%

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

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

R = 57.83%
G = 6.55%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CB177D (or 0xCB177D) is known color: Medium Violet Red. HEX triplet: CB, 17 and 7D. RGB value is (203,23,125). Sum of RGB (Red+Green+Blue) = 203+23+125=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB177D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB177D is #34E882. Grayscale: #585858. Windows color (decimal): -3467395 or 8198091. OLE color: 8198091.

HSL color Cylindrical-coordinate representation of color #CB177D: hue angle of 326º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB177D is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 23 125 -
CMYK 0 0.89 0.38 0.20
HSL 326º 0.8% 0.44% -
HSV(B) 326º 0.89% 0.8% -
XYZ 28.64 14.79 20.75 -
YUV 88.45 148.63 209.71 -
System Red Green Blue C M Y K H S L
Decimal 203 23 125 0 0.89 0.38 0.20 326 0.8 0.44
Hex CB 17 7D 0 59 26 14 146 50 2C
Octal 313 27 175 0 131 46 24 506 120 54
Binary 11001011 10111 1111101 0 1011001 100110 10100 101000110 1010000 101100

Color Harmonies of #CB177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB177D

Black with #CB177D

Text Example


Text Example

White with #CB177D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB177D; }

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

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

background-color css

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

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

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

border-color css

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

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

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