Html Css Color HEX #CB1871 Medium Violet Red

📋 copy color: '#CB1871'

red 203 ◦ green 24 ◦ blue 113

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

Shades of Medium Violet Red #CB1871

Tints of Medium Violet Red #CB1871

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.06%

 BLUE value IS 113 (44.53% from 255) = 33.24%

R = 59.71%
G = 7.06%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB1871 (or 0xCB1871) is known color: Medium Violet Red. HEX triplet: CB, 18 and 71. RGB value is (203,24,113). Sum of RGB (Red+Green+Blue) = 203+24+113=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1871 is #34E78E. Grayscale: #575757. Windows color (decimal): -3467151 or 7411915. OLE color: 7411915.

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

Color convert

RGB 203 24 113 -
CMYK 0 0.88 0.44 0.20
HSL 330.17º 0.79% 0.45% -
HSV(B) 330.17º 0.88% 0.8% -
XYZ 27.94 14.54 16.96 -
YUV 87.67 142.3 210.26 -
System Red Green Blue C M Y K H S L
Decimal 203 24 113 0 0.88 0.44 0.20 330.17 0.79 0.45
Hex CB 18 71 0 58 2C 14 14A 4F 2D
Octal 313 30 161 0 130 54 24 512 117 55
Binary 11001011 11000 1110001 0 1011000 101100 10100 101001010 1001111 101101

Color Harmonies of #CB1871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1871

Black with #CB1871

Text Example


Text Example

White with #CB1871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1871; }

 p { color: rgb(203,24,113); }

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

background-color css

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

 a { background-color: rgb(203,24,113); }

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

border-color css

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

 span { border-color: rgb(203,24,113); }

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