Html Css Color HEX #CB157F Medium Violet Red

📋 copy color: '#CB157F'

red 203 ◦ green 21 ◦ blue 127

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

Shades of Medium Violet Red #CB157F

Tints of Medium Violet Red #CB157F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.98%

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

R = 57.83%
G = 5.98%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB157F (or 0xCB157F) is known color: Medium Violet Red. HEX triplet: CB, 15 and 7F. RGB value is (203,21,127). Sum of RGB (Red+Green+Blue) = 203+21+127=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB157F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB157F is #34EA80. Grayscale: #575757. Windows color (decimal): -3467905 or 8328651. OLE color: 8328651.

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

Color convert

RGB 203 21 127 -
CMYK 0 0.90 0.37 0.20
HSL 325.05º 0.81% 0.44% -
HSV(B) 325.05º 0.9% 0.8% -
XYZ 28.73 14.77 21.41 -
YUV 87.5 150.3 210.38 -
System Red Green Blue C M Y K H S L
Decimal 203 21 127 0 0.90 0.37 0.20 325.05 0.81 0.44
Hex CB 15 7F 0 5A 25 14 145 51 2C
Octal 313 25 177 0 132 45 24 505 121 54
Binary 11001011 10101 1111111 0 1011010 100101 10100 101000101 1010001 101100

Color Harmonies of #CB157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB157F

Black with #CB157F

Text Example


Text Example

White with #CB157F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB157F; }

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

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

background-color css

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

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

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

border-color css

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

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

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