Html Css Color HEX #CB1584 Medium Violet Red

📋 copy color: '#CB1584'

red 203 ◦ green 21 ◦ blue 132

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

Shades of Medium Violet Red #CB1584

Tints of Medium Violet Red #CB1584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.08%

R = 57.02%
G = 5.9%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CB1584 (or 0xCB1584) is known color: Medium Violet Red. HEX triplet: CB, 15 and 84. RGB value is (203,21,132). Sum of RGB (Red+Green+Blue) = 203+21+132=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1584 is #34EA7B. Grayscale: #575757. Windows color (decimal): -3467900 or 8656331. OLE color: 8656331.

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

Color convert

RGB 203 21 132 -
CMYK 0 0.90 0.35 0.20
HSL 323.41º 0.81% 0.44% -
HSV(B) 323.41º 0.9% 0.8% -
XYZ 29.06 14.9 23.17 -
YUV 88.07 152.8 209.97 -
System Red Green Blue C M Y K H S L
Decimal 203 21 132 0 0.90 0.35 0.20 323.41 0.81 0.44
Hex CB 15 84 0 5A 23 14 143 51 2C
Octal 313 25 204 0 132 43 24 503 121 54
Binary 11001011 10101 10000100 0 1011010 100011 10100 101000011 1010001 101100

Color Harmonies of #CB1584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1584

Black with #CB1584

Text Example


Text Example

White with #CB1584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1584; }

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

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

background-color css

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

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

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

border-color css

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

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

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