Html Css Color HEX #C3027A Medium Violet Red

📋 copy color: '#C3027A'

red 195 ◦ green 2 ◦ blue 122

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

Shades of Medium Violet Red #C3027A

Tints of Medium Violet Red #C3027A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.24%

R = 61.13%
G = 0.63%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C3027A (or 0xC3027A) is known color: Medium Violet Red. HEX triplet: C3, 02 and 7A. RGB value is (195,2,122). Sum of RGB (Red+Green+Blue) = 195+2+122=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C3027A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3027A is #3CFD85. Grayscale: #494949. Windows color (decimal): -3997062 or 7996099. OLE color: 7996099.

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

Color convert

RGB 195 2 122 -
CMYK 0 0.99 0.37 0.24
HSL 322.69º 0.98% 0.39% -
HSV(B) 322.69º 0.99% 0.76% -
XYZ 26.04 13.05 19.56 -
YUV 73.39 155.44 214.74 -
System Red Green Blue C M Y K H S L
Decimal 195 2 122 0 0.99 0.37 0.24 322.69 0.98 0.39
Hex C3 2 7A 0 63 25 18 143 62 27
Octal 303 2 172 0 143 45 30 503 142 47
Binary 11000011 10 1111010 0 1100011 100101 11000 101000011 1100010 100111

Color Harmonies of #C3027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3027A

Black with #C3027A

Text Example


Text Example

White with #C3027A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3027A; }

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

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

background-color css

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

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

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

border-color css

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

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

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