Html Css Color HEX #C02B90 Medium Red Violet

📋 copy color: '#C02B90'

red 192 ◦ green 43 ◦ blue 144

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

Shades of Medium Red Violet #C02B90

Tints of Medium Red Violet #C02B90

RGB

 RED value IS 192 (75.39% from 255) = 50.66%

 GREEN value IS 43 (17.19% from 255) = 11.35%

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

R = 50.66%
G = 11.35%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C02B90 (or 0xC02B90) is known color: Medium Red Violet. HEX triplet: C0, 2B and 90. RGB value is (192,43,144). Sum of RGB (Red+Green+Blue) = 192+43+144=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02B90 is #3FD46F. Grayscale: #626262. Windows color (decimal): -4183152 or 9448384. OLE color: 9448384.

HSL color Cylindrical-coordinate representation of color #C02B90: hue angle of 319.33º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02B90 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 43 144 -
CMYK 0 0.78 0.25 0.25
HSL 319.33º 0.63% 0.46% -
HSV(B) 319.33º 0.78% 0.75% -
XYZ 27.64 14.95 27.81 -
YUV 99.07 153.36 194.29 -
System Red Green Blue C M Y K H S L
Decimal 192 43 144 0 0.78 0.25 0.25 319.33 0.63 0.46
Hex C0 2B 90 0 4E 19 19 13F 3F 2E
Octal 300 53 220 0 116 31 31 477 77 56
Binary 11000000 101011 10010000 0 1001110 11001 11001 100111111 111111 101110

Color Harmonies of #C02B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02B90

Black with #C02B90

Text Example


Text Example

White with #C02B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02B90; }

 p { color: rgb(192,43,144); }

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

background-color css

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

 a { background-color: rgb(192,43,144); }

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

border-color css

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

 span { border-color: rgb(192,43,144); }

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