Html Css Color HEX #CB137C Medium Violet Red

📋 copy color: '#CB137C'

red 203 ◦ green 19 ◦ blue 124

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

Shades of Medium Violet Red #CB137C

Tints of Medium Violet Red #CB137C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.84%

R = 58.67%
G = 5.49%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB137C (or 0xCB137C) is known color: Medium Violet Red. HEX triplet: CB, 13 and 7C. RGB value is (203,19,124). Sum of RGB (Red+Green+Blue) = 203+19+124=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB137C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB137C is #34EC83. Grayscale: #555555. Windows color (decimal): -3468420 or 8131531. OLE color: 8131531.

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

Color convert

RGB 203 19 124 -
CMYK 0 0.91 0.39 0.20
HSL 325.76º 0.83% 0.44% -
HSV(B) 325.76º 0.91% 0.8% -
XYZ 28.5 14.62 20.39 -
YUV 85.99 149.46 211.46 -
System Red Green Blue C M Y K H S L
Decimal 203 19 124 0 0.91 0.39 0.20 325.76 0.83 0.44
Hex CB 13 7C 0 5B 27 14 146 53 2C
Octal 313 23 174 0 133 47 24 506 123 54
Binary 11001011 10011 1111100 0 1011011 100111 10100 101000110 1010011 101100

Color Harmonies of #CB137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB137C

Black with #CB137C

Text Example


Text Example

White with #CB137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB137C; }

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

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

background-color css

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

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

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

border-color css

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

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

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