Html Css Color HEX #CB1C87 Medium Violet Red

📋 copy color: '#CB1C87'

red 203 ◦ green 28 ◦ blue 135

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

Shades of Medium Violet Red #CB1C87

Tints of Medium Violet Red #CB1C87

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.65%

 BLUE value IS 135 (53.13% from 255) = 36.89%

R = 55.46%
G = 7.65%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB1C87 (or 0xCB1C87) is known color: Medium Violet Red. HEX triplet: CB, 1C and 87. RGB value is (203,28,135). Sum of RGB (Red+Green+Blue) = 203+28+135=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1C87 is #34E378. Grayscale: #5C5C5C. Windows color (decimal): -3466105 or 8854731. OLE color: 8854731.

HSL color Cylindrical-coordinate representation of color #CB1C87: hue angle of 323.31º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1C87 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 28 135 -
CMYK 0 0.86 0.33 0.20
HSL 323.31º 0.76% 0.45% -
HSV(B) 323.31º 0.86% 0.8% -
XYZ 29.42 15.28 24.32 -
YUV 92.52 151.98 206.8 -
System Red Green Blue C M Y K H S L
Decimal 203 28 135 0 0.86 0.33 0.20 323.31 0.76 0.45
Hex CB 1C 87 0 56 21 14 143 4C 2D
Octal 313 34 207 0 126 41 24 503 114 55
Binary 11001011 11100 10000111 0 1010110 100001 10100 101000011 1001100 101101

Color Harmonies of #CB1C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1C87

Black with #CB1C87

Text Example


Text Example

White with #CB1C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1C87; }

 p { color: rgb(203,28,135); }

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

background-color css

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

 a { background-color: rgb(203,28,135); }

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

border-color css

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

 span { border-color: rgb(203,28,135); }

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