Html Css Color HEX #CB137A Medium Violet Red

📋 copy color: '#CB137A'

red 203 ◦ green 19 ◦ blue 122

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

Shades of Medium Violet Red #CB137A

Tints of Medium Violet Red #CB137A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.47%

R = 59.01%
G = 5.52%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB137A (or 0xCB137A) is known color: Medium Violet Red. HEX triplet: CB, 13 and 7A. RGB value is (203,19,122). Sum of RGB (Red+Green+Blue) = 203+19+122=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB137A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB137A is #34EC85. Grayscale: #555555. Windows color (decimal): -3468422 or 8000459. OLE color: 8000459.

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

Color convert

RGB 203 19 122 -
CMYK 0 0.91 0.40 0.20
HSL 326.41º 0.83% 0.44% -
HSV(B) 326.41º 0.91% 0.8% -
XYZ 28.37 14.57 19.73 -
YUV 85.76 148.46 211.62 -
System Red Green Blue C M Y K H S L
Decimal 203 19 122 0 0.91 0.40 0.20 326.41 0.83 0.44
Hex CB 13 7A 0 5B 28 14 146 53 2C
Octal 313 23 172 0 133 50 24 506 123 54
Binary 11001011 10011 1111010 0 1011011 101000 10100 101000110 1010011 101100

Color Harmonies of #CB137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB137A

Black with #CB137A

Text Example


Text Example

White with #CB137A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB137A; }

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

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

background-color css

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

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

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

border-color css

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

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

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