Html Css Color HEX #C02469 Medium Red Violet

📋 copy color: '#C02469'

red 192 ◦ green 36 ◦ blue 105

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

Shades of Medium Red Violet #C02469

Tints of Medium Red Violet #C02469

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.81%

 BLUE value IS 105 (41.41% from 255) = 31.53%

R = 57.66%
G = 10.81%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C02469 (or 0xC02469) is known color: Medium Red Violet. HEX triplet: C0, 24 and 69. RGB value is (192,36,105). Sum of RGB (Red+Green+Blue) = 192+36+105=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C02469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02469 is #3FDB96. Grayscale: #5A5A5A. Windows color (decimal): -4184983 or 6890688. OLE color: 6890688.

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

Color convert

RGB 192 36 105 -
CMYK 0 0.81 0.45 0.25
HSL 333.46º 0.68% 0.45% -
HSV(B) 333.46º 0.81% 0.75% -
XYZ 24.92 13.49 14.65 -
YUV 90.51 136.18 200.39 -
System Red Green Blue C M Y K H S L
Decimal 192 36 105 0 0.81 0.45 0.25 333.46 0.68 0.45
Hex C0 24 69 0 51 2D 19 14D 44 2D
Octal 300 44 151 0 121 55 31 515 104 55
Binary 11000000 100100 1101001 0 1010001 101101 11001 101001101 1000100 101101

Color Harmonies of #C02469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02469

Black with #C02469

Text Example


Text Example

White with #C02469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02469; }

 p { color: rgb(192,36,105); }

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

background-color css

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

 a { background-color: rgb(192,36,105); }

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

border-color css

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

 span { border-color: rgb(192,36,105); }

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