Html Css Color HEX #CB137D Medium Violet Red

📋 copy color: '#CB137D'

red 203 ◦ green 19 ◦ blue 125

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

Shades of Medium Violet Red #CB137D

Tints of Medium Violet Red #CB137D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 58.5%
G = 5.48%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CB137D (or 0xCB137D) is known color: Medium Violet Red. HEX triplet: CB, 13 and 7D. RGB value is (203,19,125). Sum of RGB (Red+Green+Blue) = 203+19+125=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB137D is #34EC82. Grayscale: #555555. Windows color (decimal): -3468419 or 8197067. OLE color: 8197067.

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

Color convert

RGB 203 19 125 -
CMYK 0 0.91 0.38 0.20
HSL 325.43º 0.83% 0.44% -
HSV(B) 325.43º 0.91% 0.8% -
XYZ 28.56 14.64 20.72 -
YUV 86.1 149.96 211.38 -
System Red Green Blue C M Y K H S L
Decimal 203 19 125 0 0.91 0.38 0.20 325.43 0.83 0.44
Hex CB 13 7D 0 5B 26 14 145 53 2C
Octal 313 23 175 0 133 46 24 505 123 54
Binary 11001011 10011 1111101 0 1011011 100110 10100 101000101 1010011 101100

Color Harmonies of #CB137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB137D

Black with #CB137D

Text Example


Text Example

White with #CB137D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB137D; }

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

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

background-color css

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

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

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

border-color css

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

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

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