Html Css Color HEX #CB177F Medium Violet Red

📋 copy color: '#CB177F'

red 203 ◦ green 23 ◦ blue 127

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

Shades of Medium Violet Red #CB177F

Tints of Medium Violet Red #CB177F

RGB

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

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

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

R = 57.51%
G = 6.52%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB177F (or 0xCB177F) is known color: Medium Violet Red. HEX triplet: CB, 17 and 7F. RGB value is (203,23,127). Sum of RGB (Red+Green+Blue) = 203+23+127=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB177F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB177F is #34E880. Grayscale: #585858. Windows color (decimal): -3467393 or 8329163. OLE color: 8329163.

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

Color convert

RGB 203 23 127 -
CMYK 0 0.89 0.37 0.20
HSL 325.33º 0.8% 0.44% -
HSV(B) 325.33º 0.89% 0.8% -
XYZ 28.77 14.84 21.43 -
YUV 88.68 149.63 209.54 -
System Red Green Blue C M Y K H S L
Decimal 203 23 127 0 0.89 0.37 0.20 325.33 0.8 0.44
Hex CB 17 7F 0 59 25 14 145 50 2C
Octal 313 27 177 0 131 45 24 505 120 54
Binary 11001011 10111 1111111 0 1011001 100101 10100 101000101 1010000 101100

Color Harmonies of #CB177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB177F

Black with #CB177F

Text Example


Text Example

White with #CB177F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB177F; }

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

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

background-color css

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

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

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

border-color css

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

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

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