Html Css Color HEX #CB2090 Medium Violet Red

📋 copy color: '#CB2090'

red 203 ◦ green 32 ◦ blue 144

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

Shades of Medium Violet Red #CB2090

Tints of Medium Violet Red #CB2090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.44%

 BLUE value IS 144 (56.64% from 255) = 37.99%

R = 53.56%
G = 8.44%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CB2090 (or 0xCB2090) is known color: Medium Violet Red. HEX triplet: CB, 20 and 90. RGB value is (203,32,144). Sum of RGB (Red+Green+Blue) = 203+32+144=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2090 is #34DF6F. Grayscale: #5F5F5F. Windows color (decimal): -3465072 or 9445579. OLE color: 9445579.

HSL color Cylindrical-coordinate representation of color #CB2090: hue angle of 320.7º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2090 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 32 144 -
CMYK 0 0.84 0.29 0.20
HSL 320.7º 0.73% 0.46% -
HSV(B) 320.7º 0.84% 0.8% -
XYZ 30.18 15.74 27.83 -
YUV 95.9 155.15 204.39 -
System Red Green Blue C M Y K H S L
Decimal 203 32 144 0 0.84 0.29 0.20 320.7 0.73 0.46
Hex CB 20 90 0 54 1D 14 141 49 2E
Octal 313 40 220 0 124 35 24 501 111 56
Binary 11001011 100000 10010000 0 1010100 11101 10100 101000001 1001001 101110

Color Harmonies of #CB2090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2090

Black with #CB2090

Text Example


Text Example

White with #CB2090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2090; }

 p { color: rgb(203,32,144); }

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

background-color css

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

 a { background-color: rgb(203,32,144); }

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

border-color css

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

 span { border-color: rgb(203,32,144); }

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