Html Css Color HEX #CB1C9D Medium Violet Red

📋 copy color: '#CB1C9D'

red 203 ◦ green 28 ◦ blue 157

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

Shades of Medium Violet Red #CB1C9D

Tints of Medium Violet Red #CB1C9D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.22%

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

R = 52.32%
G = 7.22%
B = 40.46%

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

#CB1C9D (or 0xCB1C9D) is known color: Medium Violet Red. HEX triplet: CB, 1C and 9D. RGB value is (203,28,157). Sum of RGB (Red+Green+Blue) = 203+28+157=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 28 (11.33% from 255 or 7.22% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1C9D is #34E362. Grayscale: #5E5E5E. Windows color (decimal): -3466083 or 10296523. OLE color: 10296523.

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

Color convert

RGB 203 28 157 -
CMYK 0 0.86 0.23 0.20
HSL 315.77º 0.76% 0.45% -
HSV(B) 315.77º 0.86% 0.8% -
XYZ 31.13 15.96 33.34 -
YUV 95.03 162.98 205.01 -
System Red Green Blue C M Y K H S L
Decimal 203 28 157 0 0.86 0.23 0.20 315.77 0.76 0.45
Hex CB 1C 9D 0 56 17 14 13C 4C 2D
Octal 313 34 235 0 126 27 24 474 114 55
Binary 11001011 11100 10011101 0 1010110 10111 10100 100111100 1001100 101101

Color Harmonies of #CB1C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1C9D

Black with #CB1C9D

Text Example


Text Example

White with #CB1C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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