Html Css Color HEX #C3029F Medium Violet Red

📋 copy color: '#C3029F'

red 195 ◦ green 2 ◦ blue 159

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

Shades of Medium Violet Red #C3029F

Tints of Medium Violet Red #C3029F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.66%

R = 54.78%
G = 0.56%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C3029F (or 0xC3029F) is known color: Medium Violet Red. HEX triplet: C3, 02 and 9F. RGB value is (195,2,159). Sum of RGB (Red+Green+Blue) = 195+2+159=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C3029F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3029F is #3CFD60. Grayscale: #4D4D4D. Windows color (decimal): -3997025 or 10420931. OLE color: 10420931.

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

Color convert

RGB 195 2 159 -
CMYK 0 0.99 0.18 0.24
HSL 311.19º 0.98% 0.39% -
HSV(B) 311.19º 0.99% 0.76% -
XYZ 28.79 14.15 34.01 -
YUV 77.61 173.94 211.73 -
System Red Green Blue C M Y K H S L
Decimal 195 2 159 0 0.99 0.18 0.24 311.19 0.98 0.39
Hex C3 2 9F 0 63 12 18 137 62 27
Octal 303 2 237 0 143 22 30 467 142 47
Binary 11000011 10 10011111 0 1100011 10010 11000 100110111 1100010 100111

Color Harmonies of #C3029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3029F

Black with #C3029F

Text Example


Text Example

White with #C3029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3029F; }

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

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

background-color css

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

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

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

border-color css

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

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

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