Html Css Color HEX #CB1C8D Medium Violet Red

📋 copy color: '#CB1C8D'

red 203 ◦ green 28 ◦ blue 141

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

Shades of Medium Violet Red #CB1C8D

Tints of Medium Violet Red #CB1C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.9%

R = 54.57%
G = 7.53%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB1C8D (or 0xCB1C8D) is known color: Medium Violet Red. HEX triplet: CB, 1C and 8D. RGB value is (203,28,141). Sum of RGB (Red+Green+Blue) = 203+28+141=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 28 (11.33% from 255 or 7.53% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1C8D is #34E372. Grayscale: #5C5C5C. Windows color (decimal): -3466099 or 9247947. OLE color: 9247947.

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

Color convert

RGB 203 28 141 -
CMYK 0 0.86 0.31 0.20
HSL 321.26º 0.76% 0.45% -
HSV(B) 321.26º 0.86% 0.8% -
XYZ 29.85 15.45 26.61 -
YUV 93.21 154.98 206.31 -
System Red Green Blue C M Y K H S L
Decimal 203 28 141 0 0.86 0.31 0.20 321.26 0.76 0.45
Hex CB 1C 8D 0 56 1F 14 141 4C 2D
Octal 313 34 215 0 126 37 24 501 114 55
Binary 11001011 11100 10001101 0 1010110 11111 10100 101000001 1001100 101101

Color Harmonies of #CB1C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1C8D

Black with #CB1C8D

Text Example


Text Example

White with #CB1C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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