Html Css Color HEX #CB187F Medium Violet Red

📋 copy color: '#CB187F'

red 203 ◦ green 24 ◦ blue 127

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

Shades of Medium Violet Red #CB187F

Tints of Medium Violet Red #CB187F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.88%

R = 57.34%
G = 6.78%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB187F (or 0xCB187F) is known color: Medium Violet Red. HEX triplet: CB, 18 and 7F. RGB value is (203,24,127). Sum of RGB (Red+Green+Blue) = 203+24+127=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB187F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB187F is #34E780. Grayscale: #595959. Windows color (decimal): -3467137 or 8329419. OLE color: 8329419.

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

Color convert

RGB 203 24 127 -
CMYK 0 0.88 0.37 0.20
HSL 325.47º 0.79% 0.45% -
HSV(B) 325.47º 0.88% 0.8% -
XYZ 28.79 14.88 21.43 -
YUV 89.26 149.3 209.12 -
System Red Green Blue C M Y K H S L
Decimal 203 24 127 0 0.88 0.37 0.20 325.47 0.79 0.45
Hex CB 18 7F 0 58 25 14 145 4F 2D
Octal 313 30 177 0 130 45 24 505 117 55
Binary 11001011 11000 1111111 0 1011000 100101 10100 101000101 1001111 101101

Color Harmonies of #CB187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB187F

Black with #CB187F

Text Example


Text Example

White with #CB187F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB187F; }

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

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

background-color css

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

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

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

border-color css

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

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

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