Html Css Color HEX #CB1479 Medium Violet Red

📋 copy color: '#CB1479'

red 203 ◦ green 20 ◦ blue 121

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

Shades of Medium Violet Red #CB1479

Tints of Medium Violet Red #CB1479

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.81%

 BLUE value IS 121 (47.66% from 255) = 35.17%

R = 59.01%
G = 5.81%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB1479 (or 0xCB1479) is known color: Medium Violet Red. HEX triplet: CB, 14 and 79. RGB value is (203,20,121). Sum of RGB (Red+Green+Blue) = 203+20+121=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1479 is #34EB86. Grayscale: #565656. Windows color (decimal): -3468167 or 7935179. OLE color: 7935179.

HSL color Cylindrical-coordinate representation of color #CB1479: hue angle of 326.89º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1479 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 20 121 -
CMYK 0 0.90 0.40 0.20
HSL 326.89º 0.82% 0.44% -
HSV(B) 326.89º 0.9% 0.8% -
XYZ 28.33 14.58 19.41 -
YUV 86.23 147.63 211.29 -
System Red Green Blue C M Y K H S L
Decimal 203 20 121 0 0.90 0.40 0.20 326.89 0.82 0.44
Hex CB 14 79 0 5A 28 14 147 52 2C
Octal 313 24 171 0 132 50 24 507 122 54
Binary 11001011 10100 1111001 0 1011010 101000 10100 101000111 1010010 101100

Color Harmonies of #CB1479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1479

Black with #CB1479

Text Example


Text Example

White with #CB1479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1479; }

 p { color: rgb(203,20,121); }

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

background-color css

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

 a { background-color: rgb(203,20,121); }

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

border-color css

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

 span { border-color: rgb(203,20,121); }

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