Html Css Color HEX #C3028A Medium Violet Red

📋 copy color: '#C3028A'

red 195 ◦ green 2 ◦ blue 138

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

Shades of Medium Violet Red #C3028A

Tints of Medium Violet Red #C3028A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.19%

R = 58.21%
G = 0.6%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3028A (or 0xC3028A) is known color: Medium Violet Red. HEX triplet: C3, 02 and 8A. RGB value is (195,2,138). Sum of RGB (Red+Green+Blue) = 195+2+138=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C3028A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3028A is #3CFD75. Grayscale: #4A4A4A. Windows color (decimal): -3997046 or 9044675. OLE color: 9044675.

HSL color Cylindrical-coordinate representation of color #C3028A: hue angle of 317.72º 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 #C3028A is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 2 138 -
CMYK 0 0.99 0.29 0.24
HSL 317.72º 0.98% 0.39% -
HSV(B) 317.72º 0.99% 0.76% -
XYZ 27.11 13.48 25.22 -
YUV 75.21 163.44 213.44 -
System Red Green Blue C M Y K H S L
Decimal 195 2 138 0 0.99 0.29 0.24 317.72 0.98 0.39
Hex C3 2 8A 0 63 1D 18 13E 62 27
Octal 303 2 212 0 143 35 30 476 142 47
Binary 11000011 10 10001010 0 1100011 11101 11000 100111110 1100010 100111

Color Harmonies of #C3028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3028A

Black with #C3028A

Text Example


Text Example

White with #C3028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3028A; }

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

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

background-color css

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

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

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

border-color css

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

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

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