Html Css Color HEX #CB1C77 Medium Violet Red

📋 copy color: '#CB1C77'

red 203 ◦ green 28 ◦ blue 119

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

Shades of Medium Violet Red #CB1C77

Tints of Medium Violet Red #CB1C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34%

R = 58%
G = 8%
B = 34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB1C77 (or 0xCB1C77) is known color: Medium Violet Red. HEX triplet: CB, 1C and 77. RGB value is (203,28,119). Sum of RGB (Red+Green+Blue) = 203+28+119=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1C77 is #34E388. Grayscale: #5A5A5A. Windows color (decimal): -3466121 or 7806155. OLE color: 7806155.

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

Color convert

RGB 203 28 119 -
CMYK 0 0.86 0.41 0.20
HSL 328.8º 0.76% 0.45% -
HSV(B) 328.8º 0.86% 0.8% -
XYZ 28.37 14.86 18.83 -
YUV 90.7 143.98 208.1 -
System Red Green Blue C M Y K H S L
Decimal 203 28 119 0 0.86 0.41 0.20 328.8 0.76 0.45
Hex CB 1C 77 0 56 29 14 149 4C 2D
Octal 313 34 167 0 126 51 24 511 114 55
Binary 11001011 11100 1110111 0 1010110 101001 10100 101001001 1001100 101101

Color Harmonies of #CB1C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1C77

Black with #CB1C77

Text Example


Text Example

White with #CB1C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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