Html Css Color HEX #C3029D Medium Violet Red

📋 copy color: '#C3029D'

red 195 ◦ green 2 ◦ blue 157

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

Shades of Medium Violet Red #C3029D

Tints of Medium Violet Red #C3029D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.35%

R = 55.08%
G = 0.56%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C3029D (or 0xC3029D) is known color: Medium Violet Red. HEX triplet: C3, 02 and 9D. RGB value is (195,2,157). Sum of RGB (Red+Green+Blue) = 195+2+157=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C3029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3029D is #3CFD62. Grayscale: #4C4C4C. Windows color (decimal): -3997027 or 10289859. OLE color: 10289859.

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

Color convert

RGB 195 2 157 -
CMYK 0 0.99 0.19 0.24
HSL 311.81º 0.98% 0.39% -
HSV(B) 311.81º 0.99% 0.76% -
XYZ 28.61 14.08 33.11 -
YUV 77.38 172.94 211.9 -
System Red Green Blue C M Y K H S L
Decimal 195 2 157 0 0.99 0.19 0.24 311.81 0.98 0.39
Hex C3 2 9D 0 63 13 18 138 62 27
Octal 303 2 235 0 143 23 30 470 142 47
Binary 11000011 10 10011101 0 1100011 10011 11000 100111000 1100010 100111

Color Harmonies of #C3029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3029D

Black with #C3029D

Text Example


Text Example

White with #C3029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3029D; }

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

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

background-color css

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

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

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

border-color css

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

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

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