Html Css Color HEX #C02B7A Medium Red Violet

📋 copy color: '#C02B7A'

red 192 ◦ green 43 ◦ blue 122

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

Shades of Medium Red Violet #C02B7A

Tints of Medium Red Violet #C02B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.17%

R = 53.78%
G = 12.04%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C02B7A (or 0xC02B7A) is known color: Medium Red Violet. HEX triplet: C0, 2B and 7A. RGB value is (192,43,122). Sum of RGB (Red+Green+Blue) = 192+43+122=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02B7A is #3FD485. Grayscale: #606060. Windows color (decimal): -4183174 or 8006592. OLE color: 8006592.

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

Color convert

RGB 192 43 122 -
CMYK 0 0.78 0.36 0.25
HSL 328.19º 0.63% 0.46% -
HSV(B) 328.19º 0.78% 0.75% -
XYZ 26.11 14.34 19.8 -
YUV 96.56 142.36 196.08 -
System Red Green Blue C M Y K H S L
Decimal 192 43 122 0 0.78 0.36 0.25 328.19 0.63 0.46
Hex C0 2B 7A 0 4E 24 19 148 3F 2E
Octal 300 53 172 0 116 44 31 510 77 56
Binary 11000000 101011 1111010 0 1001110 100100 11001 101001000 111111 101110

Color Harmonies of #C02B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02B7A

Black with #C02B7A

Text Example


Text Example

White with #C02B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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