Html Css Color HEX #CB0290 Medium Violet Red

📋 copy color: '#CB0290'

red 203 ◦ green 2 ◦ blue 144

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

Shades of Medium Violet Red #CB0290

Tints of Medium Violet Red #CB0290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

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

R = 58.17%
G = 0.57%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CB0290 (or 0xCB0290) is known color: Medium Violet Red. HEX triplet: CB, 02 and 90. RGB value is (203,2,144). Sum of RGB (Red+Green+Blue) = 203+2+144=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0290 is #34FD6F. Grayscale: #4D4D4D. Windows color (decimal): -3472752 or 9437899. OLE color: 9437899.

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

Color convert

RGB 203 2 144 -
CMYK 0 0.99 0.29 0.20
HSL 317.61º 0.98% 0.4% -
HSV(B) 317.61º 0.99% 0.8% -
XYZ 29.68 14.75 27.67 -
YUV 78.29 165.09 216.95 -
System Red Green Blue C M Y K H S L
Decimal 203 2 144 0 0.99 0.29 0.20 317.61 0.98 0.4
Hex CB 2 90 0 63 1D 14 13E 62 28
Octal 313 2 220 0 143 35 24 476 142 50
Binary 11001011 10 10010000 0 1100011 11101 10100 100111110 1100010 101000

Color Harmonies of #CB0290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0290

Black with #CB0290

Text Example


Text Example

White with #CB0290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0290; }

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

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

background-color css

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

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

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

border-color css

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

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

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