Html Css Color HEX #CB1D95 Medium Violet Red

📋 copy color: '#CB1D95'

red 203 ◦ green 29 ◦ blue 149

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

Shades of Medium Violet Red #CB1D95

Tints of Medium Violet Red #CB1D95

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.61%

 BLUE value IS 149 (58.59% from 255) = 39.11%

R = 53.28%
G = 7.61%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB1D95 (or 0xCB1D95) is known color: Medium Violet Red. HEX triplet: CB, 1D and 95. RGB value is (203,29,149). Sum of RGB (Red+Green+Blue) = 203+29+149=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 29 (11.72% from 255 or 7.61% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1D95 is #34E26A. Grayscale: #5E5E5E. Windows color (decimal): -3465835 or 9772491. OLE color: 9772491.

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

Color convert

RGB 203 29 149 -
CMYK 0 0.86 0.27 0.20
HSL 318.62º 0.75% 0.45% -
HSV(B) 318.62º 0.86% 0.8% -
XYZ 30.49 15.75 29.87 -
YUV 94.71 158.65 205.24 -
System Red Green Blue C M Y K H S L
Decimal 203 29 149 0 0.86 0.27 0.20 318.62 0.75 0.45
Hex CB 1D 95 0 56 1B 14 13F 4B 2D
Octal 313 35 225 0 126 33 24 477 113 55
Binary 11001011 11101 10010101 0 1010110 11011 10100 100111111 1001011 101101

Color Harmonies of #CB1D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1D95

Black with #CB1D95

Text Example


Text Example

White with #CB1D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1D95; }

 p { color: rgb(203,29,149); }

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

background-color css

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

 a { background-color: rgb(203,29,149); }

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

border-color css

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

 span { border-color: rgb(203,29,149); }

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