Html Css Color HEX #CB138B Medium Violet Red

📋 copy color: '#CB138B'

red 203 ◦ green 19 ◦ blue 139

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

Shades of Medium Violet Red #CB138B

Tints of Medium Violet Red #CB138B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.5%

R = 56.23%
G = 5.26%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB138B (or 0xCB138B) is known color: Medium Violet Red. HEX triplet: CB, 13 and 8B. RGB value is (203,19,139). Sum of RGB (Red+Green+Blue) = 203+19+139=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB138B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB138B is #34EC74. Grayscale: #575757. Windows color (decimal): -3468405 or 9114571. OLE color: 9114571.

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

Color convert

RGB 203 19 139 -
CMYK 0 0.91 0.32 0.20
HSL 320.87º 0.83% 0.44% -
HSV(B) 320.87º 0.91% 0.8% -
XYZ 29.52 15.03 25.77 -
YUV 87.7 156.96 210.24 -
System Red Green Blue C M Y K H S L
Decimal 203 19 139 0 0.91 0.32 0.20 320.87 0.83 0.44
Hex CB 13 8B 0 5B 20 14 141 53 2C
Octal 313 23 213 0 133 40 24 501 123 54
Binary 11001011 10011 10001011 0 1011011 100000 10100 101000001 1010011 101100

Color Harmonies of #CB138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB138B

Black with #CB138B

Text Example


Text Example

White with #CB138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB138B; }

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

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

background-color css

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

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

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

border-color css

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

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

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