Html Css Color HEX #CB129B Medium Violet Red

📋 copy color: '#CB129B'

red 203 ◦ green 18 ◦ blue 155

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

Shades of Medium Violet Red #CB129B

Tints of Medium Violet Red #CB129B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.79%

 BLUE value IS 155 (60.94% from 255) = 41.22%

R = 53.99%
G = 4.79%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CB129B (or 0xCB129B) is known color: Medium Violet Red. HEX triplet: CB, 12 and 9B. RGB value is (203,18,155). Sum of RGB (Red+Green+Blue) = 203+18+155=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB129B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB129B is #34ED64. Grayscale: #585858. Windows color (decimal): -3468645 or 10162891. OLE color: 10162891.

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

Color convert

RGB 203 18 155 -
CMYK 0 0.91 0.24 0.20
HSL 315.57º 0.84% 0.43% -
HSV(B) 315.57º 0.91% 0.8% -
XYZ 30.76 15.5 32.38 -
YUV 88.93 165.29 209.36 -
System Red Green Blue C M Y K H S L
Decimal 203 18 155 0 0.91 0.24 0.20 315.57 0.84 0.43
Hex CB 12 9B 0 5B 18 14 13C 54 2B
Octal 313 22 233 0 133 30 24 474 124 53
Binary 11001011 10010 10011011 0 1011011 11000 10100 100111100 1010100 101011

Color Harmonies of #CB129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB129B

Black with #CB129B

Text Example


Text Example

White with #CB129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB129B; }

 p { color: rgb(203,18,155); }

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

background-color css

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

 a { background-color: rgb(203,18,155); }

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

border-color css

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

 span { border-color: rgb(203,18,155); }

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