Html Css Color HEX #CB2379 Medium Violet Red

📋 copy color: '#CB2379'

red 203 ◦ green 35 ◦ blue 121

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

Shades of Medium Violet Red #CB2379

Tints of Medium Violet Red #CB2379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.75%

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

R = 56.55%
G = 9.75%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB2379 (or 0xCB2379) is known color: Medium Violet Red. HEX triplet: CB, 23 and 79. RGB value is (203,35,121). Sum of RGB (Red+Green+Blue) = 203+35+121=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2379 is #34DC86. Grayscale: #5E5E5E. Windows color (decimal): -3464327 or 7939019. OLE color: 7939019.

HSL color Cylindrical-coordinate representation of color #CB2379: hue angle of 329.29º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB2379 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 35 121 -
CMYK 0 0.83 0.40 0.20
HSL 329.29º 0.71% 0.47% -
HSV(B) 329.29º 0.83% 0.8% -
XYZ 28.68 15.28 19.53 -
YUV 95.04 142.66 205.01 -
System Red Green Blue C M Y K H S L
Decimal 203 35 121 0 0.83 0.40 0.20 329.29 0.71 0.47
Hex CB 23 79 0 53 28 14 149 47 2F
Octal 313 43 171 0 123 50 24 511 107 57
Binary 11001011 100011 1111001 0 1010011 101000 10100 101001001 1000111 101111

Color Harmonies of #CB2379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2379

Black with #CB2379

Text Example


Text Example

White with #CB2379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2379; }

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

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

background-color css

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

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

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

border-color css

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

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

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