Html Css Color HEX #CB187E Medium Violet Red

📋 copy color: '#CB187E'

red 203 ◦ green 24 ◦ blue 126

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

Shades of Medium Violet Red #CB187E

Tints of Medium Violet Red #CB187E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.8%

 BLUE value IS 126 (49.61% from 255) = 35.69%

R = 57.51%
G = 6.8%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CB187E (or 0xCB187E) is known color: Medium Violet Red. HEX triplet: CB, 18 and 7E. RGB value is (203,24,126). Sum of RGB (Red+Green+Blue) = 203+24+126=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB187E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB187E is #34E781. Grayscale: #585858. Windows color (decimal): -3467138 or 8263883. OLE color: 8263883.

HSL color Cylindrical-coordinate representation of color #CB187E: hue angle of 325.81º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB187E is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 24 126 -
CMYK 0 0.88 0.38 0.20
HSL 325.81º 0.79% 0.45% -
HSV(B) 325.81º 0.88% 0.8% -
XYZ 28.72 14.86 21.09 -
YUV 89.15 148.8 209.21 -
System Red Green Blue C M Y K H S L
Decimal 203 24 126 0 0.88 0.38 0.20 325.81 0.79 0.45
Hex CB 18 7E 0 58 26 14 146 4F 2D
Octal 313 30 176 0 130 46 24 506 117 55
Binary 11001011 11000 1111110 0 1011000 100110 10100 101000110 1001111 101101

Color Harmonies of #CB187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB187E

Black with #CB187E

Text Example


Text Example

White with #CB187E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB187E; }

 p { color: rgb(203,24,126); }

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

background-color css

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

 a { background-color: rgb(203,24,126); }

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

border-color css

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

 span { border-color: rgb(203,24,126); }

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