Html Css Color HEX #CB149D Medium Violet Red

📋 copy color: '#CB149D'

red 203 ◦ green 20 ◦ blue 157

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

Shades of Medium Violet Red #CB149D

Tints of Medium Violet Red #CB149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.26%

 BLUE value IS 157 (61.72% from 255) = 41.32%

R = 53.42%
G = 5.26%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CB149D (or 0xCB149D) is known color: Medium Violet Red. HEX triplet: CB, 14 and 9D. RGB value is (203,20,157). Sum of RGB (Red+Green+Blue) = 203+20+157=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB149D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB149D is #34EB62. Grayscale: #595959. Windows color (decimal): -3468131 or 10294475. OLE color: 10294475.

HSL color Cylindrical-coordinate representation of color #CB149D: hue angle of 315.08º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB149D is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 20 157 -
CMYK 0 0.90 0.23 0.20
HSL 315.08º 0.82% 0.44% -
HSV(B) 315.08º 0.9% 0.8% -
XYZ 30.96 15.63 33.28 -
YUV 90.34 165.63 208.36 -
System Red Green Blue C M Y K H S L
Decimal 203 20 157 0 0.90 0.23 0.20 315.08 0.82 0.44
Hex CB 14 9D 0 5A 17 14 13B 52 2C
Octal 313 24 235 0 132 27 24 473 122 54
Binary 11001011 10100 10011101 0 1011010 10111 10100 100111011 1010010 101100

Color Harmonies of #CB149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB149D

Black with #CB149D

Text Example


Text Example

White with #CB149D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB149D; }

 p { color: rgb(203,20,157); }

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

background-color css

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

 a { background-color: rgb(203,20,157); }

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

border-color css

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

 span { border-color: rgb(203,20,157); }

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