Html Css Color HEX #C02369 Medium Red Violet

📋 copy color: '#C02369'

red 192 ◦ green 35 ◦ blue 105

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

Shades of Medium Red Violet #C02369

Tints of Medium Red Violet #C02369

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.54%

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

R = 57.83%
G = 10.54%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C02369 (or 0xC02369) is known color: Medium Red Violet. HEX triplet: C0, 23 and 69. RGB value is (192,35,105). Sum of RGB (Red+Green+Blue) = 192+35+105=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C02369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02369 is #3FDC96. Grayscale: #595959. Windows color (decimal): -4185239 or 6890432. OLE color: 6890432.

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

Color convert

RGB 192 35 105 -
CMYK 0 0.82 0.45 0.25
HSL 333.25º 0.69% 0.45% -
HSV(B) 333.25º 0.82% 0.75% -
XYZ 24.89 13.43 14.64 -
YUV 89.92 136.51 200.81 -
System Red Green Blue C M Y K H S L
Decimal 192 35 105 0 0.82 0.45 0.25 333.25 0.69 0.45
Hex C0 23 69 0 52 2D 19 14D 45 2D
Octal 300 43 151 0 122 55 31 515 105 55
Binary 11000000 100011 1101001 0 1010010 101101 11001 101001101 1000101 101101

Color Harmonies of #C02369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02369

Black with #C02369

Text Example


Text Example

White with #C02369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02369; }

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

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

background-color css

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

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

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

border-color css

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

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

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