Html Css Color HEX #CB1383 Medium Violet Red

📋 copy color: '#CB1383'

red 203 ◦ green 19 ◦ blue 131

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

Shades of Medium Violet Red #CB1383

Tints of Medium Violet Red #CB1383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.11%

R = 57.51%
G = 5.38%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CB1383 (or 0xCB1383) is known color: Medium Violet Red. HEX triplet: CB, 13 and 83. RGB value is (203,19,131). Sum of RGB (Red+Green+Blue) = 203+19+131=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1383 is #34EC7C. Grayscale: #565656. Windows color (decimal): -3468413 or 8590283. OLE color: 8590283.

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

Color convert

RGB 203 19 131 -
CMYK 0 0.91 0.35 0.20
HSL 323.48º 0.83% 0.44% -
HSV(B) 323.48º 0.91% 0.8% -
XYZ 28.96 14.8 22.8 -
YUV 86.78 152.96 210.89 -
System Red Green Blue C M Y K H S L
Decimal 203 19 131 0 0.91 0.35 0.20 323.48 0.83 0.44
Hex CB 13 83 0 5B 23 14 143 53 2C
Octal 313 23 203 0 133 43 24 503 123 54
Binary 11001011 10011 10000011 0 1011011 100011 10100 101000011 1010011 101100

Color Harmonies of #CB1383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1383

Black with #CB1383

Text Example


Text Example

White with #CB1383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1383; }

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

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

background-color css

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

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

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

border-color css

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

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

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