Html Css Color HEX #CB188F Medium Violet Red

📋 copy color: '#CB188F'

red 203 ◦ green 24 ◦ blue 143

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

Shades of Medium Violet Red #CB188F

Tints of Medium Violet Red #CB188F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.65%

R = 54.86%
G = 6.49%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CB188F (or 0xCB188F) is known color: Medium Violet Red. HEX triplet: CB, 18 and 8F. RGB value is (203,24,143). Sum of RGB (Red+Green+Blue) = 203+24+143=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB188F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB188F is #34E770. Grayscale: #5A5A5A. Windows color (decimal): -3467121 or 9377995. OLE color: 9377995.

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

Color convert

RGB 203 24 143 -
CMYK 0 0.88 0.30 0.20
HSL 320.11º 0.79% 0.45% -
HSV(B) 320.11º 0.88% 0.8% -
XYZ 29.91 15.33 27.37 -
YUV 91.09 157.3 207.82 -
System Red Green Blue C M Y K H S L
Decimal 203 24 143 0 0.88 0.30 0.20 320.11 0.79 0.45
Hex CB 18 8F 0 58 1E 14 140 4F 2D
Octal 313 30 217 0 130 36 24 500 117 55
Binary 11001011 11000 10001111 0 1011000 11110 10100 101000000 1001111 101101

Color Harmonies of #CB188F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB188F

Black with #CB188F

Text Example


Text Example

White with #CB188F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB188F; }

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

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

background-color css

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

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

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

border-color css

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

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

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