Html Css Color HEX #CB1C70 Medium Violet Red

📋 copy color: '#CB1C70'

red 203 ◦ green 28 ◦ blue 112

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

Shades of Medium Violet Red #CB1C70

Tints of Medium Violet Red #CB1C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.65%

R = 59.18%
G = 8.16%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB1C70 (or 0xCB1C70) is known color: Medium Violet Red. HEX triplet: CB, 1C and 70. RGB value is (203,28,112). Sum of RGB (Red+Green+Blue) = 203+28+112=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 28 (11.33% from 255 or 8.16% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1C70 is #34E38F. Grayscale: #595959. Windows color (decimal): -3466128 or 7347403. OLE color: 7347403.

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

Color convert

RGB 203 28 112 -
CMYK 0 0.86 0.45 0.20
HSL 331.2º 0.76% 0.45% -
HSV(B) 331.2º 0.86% 0.8% -
XYZ 27.97 14.7 16.69 -
YUV 89.9 140.48 208.67 -
System Red Green Blue C M Y K H S L
Decimal 203 28 112 0 0.86 0.45 0.20 331.2 0.76 0.45
Hex CB 1C 70 0 56 2D 14 14B 4C 2D
Octal 313 34 160 0 126 55 24 513 114 55
Binary 11001011 11100 1110000 0 1010110 101101 10100 101001011 1001100 101101

Color Harmonies of #CB1C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1C70

Black with #CB1C70

Text Example


Text Example

White with #CB1C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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