Html Css Color HEX #C02693 Medium Red Violet

📋 copy color: '#C02693'

red 192 ◦ green 38 ◦ blue 147

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

Shades of Medium Red Violet #C02693

Tints of Medium Red Violet #C02693

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.08%

 BLUE value IS 147 (57.81% from 255) = 38.99%

R = 50.93%
G = 10.08%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C02693 (or 0xC02693) is known color: Medium Red Violet. HEX triplet: C0, 26 and 93. RGB value is (192,38,147). Sum of RGB (Red+Green+Blue) = 192+38+147=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C02693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02693 is #3FD96C. Grayscale: #606060. Windows color (decimal): -4184429 or 9643712. OLE color: 9643712.

HSL color Cylindrical-coordinate representation of color #C02693: hue angle of 317.53º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02693 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 38 147 -
CMYK 0 0.80 0.23 0.25
HSL 317.53º 0.67% 0.45% -
HSV(B) 317.53º 0.8% 0.75% -
XYZ 27.7 14.7 28.98 -
YUV 96.47 156.52 196.14 -
System Red Green Blue C M Y K H S L
Decimal 192 38 147 0 0.80 0.23 0.25 317.53 0.67 0.45
Hex C0 26 93 0 50 17 19 13E 43 2D
Octal 300 46 223 0 120 27 31 476 103 55
Binary 11000000 100110 10010011 0 1010000 10111 11001 100111110 1000011 101101

Color Harmonies of #C02693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02693

Black with #C02693

Text Example


Text Example

White with #C02693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02693; }

 p { color: rgb(192,38,147); }

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

background-color css

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

 a { background-color: rgb(192,38,147); }

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

border-color css

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

 span { border-color: rgb(192,38,147); }

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