Html Css Color HEX #CB1582 Medium Violet Red

📋 copy color: '#CB1582'

red 203 ◦ green 21 ◦ blue 130

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

Shades of Medium Violet Red #CB1582

Tints of Medium Violet Red #CB1582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.72%

R = 57.34%
G = 5.93%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CB1582 (or 0xCB1582) is known color: Medium Violet Red. HEX triplet: CB, 15 and 82. RGB value is (203,21,130). Sum of RGB (Red+Green+Blue) = 203+21+130=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1582 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1582 is #34EA7D. Grayscale: #575757. Windows color (decimal): -3467902 or 8525259. OLE color: 8525259.

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

Color convert

RGB 203 21 130 -
CMYK 0 0.90 0.36 0.20
HSL 324.07º 0.81% 0.44% -
HSV(B) 324.07º 0.9% 0.8% -
XYZ 28.93 14.84 22.46 -
YUV 87.84 151.8 210.14 -
System Red Green Blue C M Y K H S L
Decimal 203 21 130 0 0.90 0.36 0.20 324.07 0.81 0.44
Hex CB 15 82 0 5A 24 14 144 51 2C
Octal 313 25 202 0 132 44 24 504 121 54
Binary 11001011 10101 10000010 0 1011010 100100 10100 101000100 1010001 101100

Color Harmonies of #CB1582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1582

Black with #CB1582

Text Example


Text Example

White with #CB1582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1582; }

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

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

background-color css

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

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

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

border-color css

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

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

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