Html Css Color HEX #C02B9D Medium Red Violet

📋 copy color: '#C02B9D'

red 192 ◦ green 43 ◦ blue 157

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

Shades of Medium Red Violet #C02B9D

Tints of Medium Red Violet #C02B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.05%

R = 48.98%
G = 10.97%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C02B9D (or 0xC02B9D) is known color: Medium Red Violet. HEX triplet: C0, 2B and 9D. RGB value is (192,43,157). Sum of RGB (Red+Green+Blue) = 192+43+157=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 43 (17.19% from 255 or 10.97% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02B9D is #3FD462. Grayscale: #646464. Windows color (decimal): -4183139 or 10300352. OLE color: 10300352.

HSL color Cylindrical-coordinate representation of color #C02B9D: hue angle of 314.09º 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 #C02B9D is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 43 157 -
CMYK 0 0.78 0.18 0.25
HSL 314.09º 0.63% 0.46% -
HSV(B) 314.09º 0.78% 0.75% -
XYZ 28.69 15.37 33.35 -
YUV 100.55 159.86 193.23 -
System Red Green Blue C M Y K H S L
Decimal 192 43 157 0 0.78 0.18 0.25 314.09 0.63 0.46
Hex C0 2B 9D 0 4E 12 19 13A 3F 2E
Octal 300 53 235 0 116 22 31 472 77 56
Binary 11000000 101011 10011101 0 1001110 10010 11001 100111010 111111 101110

Color Harmonies of #C02B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02B9D

Black with #C02B9D

Text Example


Text Example

White with #C02B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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