Html Css Color HEX #CB1380 Medium Violet Red

📋 copy color: '#CB1380'

red 203 ◦ green 19 ◦ blue 128

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

Shades of Medium Violet Red #CB1380

Tints of Medium Violet Red #CB1380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.43%

 BLUE value IS 128 (50.39% from 255) = 36.57%

R = 58%
G = 5.43%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB1380 (or 0xCB1380) is known color: Medium Violet Red. HEX triplet: CB, 13 and 80. RGB value is (203,19,128). Sum of RGB (Red+Green+Blue) = 203+19+128=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1380 is #34EC7F. Grayscale: #565656. Windows color (decimal): -3468416 or 8393675. OLE color: 8393675.

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

Color convert

RGB 203 19 128 -
CMYK 0 0.91 0.37 0.20
HSL 324.46º 0.83% 0.44% -
HSV(B) 324.46º 0.91% 0.8% -
XYZ 28.76 14.72 21.75 -
YUV 86.44 151.46 211.14 -
System Red Green Blue C M Y K H S L
Decimal 203 19 128 0 0.91 0.37 0.20 324.46 0.83 0.44
Hex CB 13 80 0 5B 25 14 144 53 2C
Octal 313 23 200 0 133 45 24 504 123 54
Binary 11001011 10011 10000000 0 1011011 100101 10100 101000100 1010011 101100

Color Harmonies of #CB1380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1380

Black with #CB1380

Text Example


Text Example

White with #CB1380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1380; }

 p { color: rgb(203,19,128); }

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

background-color css

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

 a { background-color: rgb(203,19,128); }

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

border-color css

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

 span { border-color: rgb(203,19,128); }

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