Html Css Color HEX #C3028D Medium Violet Red

📋 copy color: '#C3028D'

red 195 ◦ green 2 ◦ blue 141

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

Shades of Medium Violet Red #C3028D

Tints of Medium Violet Red #C3028D

RGB

 RED value IS 195 (76.56% from 255) = 57.69%

 GREEN value IS 2 (1.17% from 255) = 0.59%

 BLUE value IS 141 (55.47% from 255) = 41.72%

R = 57.69%
G = 0.59%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3028D (or 0xC3028D) is known color: Medium Violet Red. HEX triplet: C3, 02 and 8D. RGB value is (195,2,141). Sum of RGB (Red+Green+Blue) = 195+2+141=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C3028D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3028D is #3CFD72. Grayscale: #4B4B4B. Windows color (decimal): -3997043 or 9241283. OLE color: 9241283.

HSL color Cylindrical-coordinate representation of color #C3028D: hue angle of 316.79º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3028D is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 2 141 -
CMYK 0 0.99 0.28 0.24
HSL 316.79º 0.98% 0.39% -
HSV(B) 316.79º 0.99% 0.76% -
XYZ 27.34 13.57 26.38 -
YUV 75.55 164.94 213.2 -
System Red Green Blue C M Y K H S L
Decimal 195 2 141 0 0.99 0.28 0.24 316.79 0.98 0.39
Hex C3 2 8D 0 63 1C 18 13D 62 27
Octal 303 2 215 0 143 34 30 475 142 47
Binary 11000011 10 10001101 0 1100011 11100 11000 100111101 1100010 100111

Color Harmonies of #C3028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3028D

Black with #C3028D

Text Example


Text Example

White with #C3028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3028D; }

 p { color: rgb(195,2,141); }

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

background-color css

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

 a { background-color: rgb(195,2,141); }

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

border-color css

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

 span { border-color: rgb(195,2,141); }

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