Html Css Color HEX #CB1D9D Medium Violet Red

📋 copy color: '#CB1D9D'

red 203 ◦ green 29 ◦ blue 157

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

Shades of Medium Violet Red #CB1D9D

Tints of Medium Violet Red #CB1D9D

RGB

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

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

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

R = 52.19%
G = 7.46%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CB1D9D (or 0xCB1D9D) is known color: Medium Violet Red. HEX triplet: CB, 1D and 9D. RGB value is (203,29,157). Sum of RGB (Red+Green+Blue) = 203+29+157=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1D9D is #34E262. Grayscale: #5F5F5F. Windows color (decimal): -3465827 or 10296779. OLE color: 10296779.

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

Color convert

RGB 203 29 157 -
CMYK 0 0.86 0.23 0.20
HSL 315.86º 0.75% 0.45% -
HSV(B) 315.86º 0.86% 0.8% -
XYZ 31.15 16.01 33.35 -
YUV 95.62 162.65 204.59 -
System Red Green Blue C M Y K H S L
Decimal 203 29 157 0 0.86 0.23 0.20 315.86 0.75 0.45
Hex CB 1D 9D 0 56 17 14 13C 4B 2D
Octal 313 35 235 0 126 27 24 474 113 55
Binary 11001011 11101 10011101 0 1010110 10111 10100 100111100 1001011 101101

Color Harmonies of #CB1D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1D9D

Black with #CB1D9D

Text Example


Text Example

White with #CB1D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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