Html Css Color HEX #C00384 Medium Violet Red

📋 copy color: '#C00384'

red 192 ◦ green 3 ◦ blue 132

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

Shades of Medium Violet Red #C00384

Tints of Medium Violet Red #C00384

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

 BLUE value IS 132 (51.95% from 255) = 40.37%

R = 58.72%
G = 0.92%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C00384 (or 0xC00384) is known color: Medium Violet Red. HEX triplet: C0, 03 and 84. RGB value is (192,3,132). Sum of RGB (Red+Green+Blue) = 192+3+132=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C00384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00384 is #3FFC7B. Grayscale: #494949. Windows color (decimal): -4193404 or 8651712. OLE color: 8651712.

HSL color Cylindrical-coordinate representation of color #C00384: hue angle of 319.05º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00384 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 3 132 -
CMYK 0 0.98 0.31 0.25
HSL 319.05º 0.97% 0.38% -
HSV(B) 319.05º 0.98% 0.75% -
XYZ 25.94 12.94 22.96 -
YUV 74.22 160.62 212.01 -
System Red Green Blue C M Y K H S L
Decimal 192 3 132 0 0.98 0.31 0.25 319.05 0.97 0.38
Hex C0 3 84 0 62 1F 19 13F 61 26
Octal 300 3 204 0 142 37 31 477 141 46
Binary 11000000 11 10000100 0 1100010 11111 11001 100111111 1100001 100110

Color Harmonies of #C00384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00384

Black with #C00384

Text Example


Text Example

White with #C00384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00384; }

 p { color: rgb(192,3,132); }

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

background-color css

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

 a { background-color: rgb(192,3,132); }

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

border-color css

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

 span { border-color: rgb(192,3,132); }

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