Html Css Color HEX #C33A8E Medium Red Violet

📋 copy color: '#C33A8E'

red 195 ◦ green 58 ◦ blue 142

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

Shades of Medium Red Violet #C33A8E

Tints of Medium Red Violet #C33A8E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.68%

 BLUE value IS 142 (55.86% from 255) = 35.95%

R = 49.37%
G = 14.68%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C33A8E (or 0xC33A8E) is known color: Medium Red Violet. HEX triplet: C3, 3A and 8E. RGB value is (195,58,142). Sum of RGB (Red+Green+Blue) = 195+58+142=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33A8E is #3CC571. Grayscale: #6C6C6C. Windows color (decimal): -3982706 or 9321155. OLE color: 9321155.

HSL color Cylindrical-coordinate representation of color #C33A8E: hue angle of 323.21º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33A8E is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 58 142 -
CMYK 0 0.70 0.27 0.24
HSL 323.21º 0.54% 0.5% -
HSV(B) 323.21º 0.7% 0.76% -
XYZ 28.9 16.58 27.27 -
YUV 108.54 146.89 189.67 -
System Red Green Blue C M Y K H S L
Decimal 195 58 142 0 0.70 0.27 0.24 323.21 0.54 0.5
Hex C3 3A 8E 0 46 1B 18 143 36 32
Octal 303 72 216 0 106 33 30 503 66 62
Binary 11000011 111010 10001110 0 1000110 11011 11000 101000011 110110 110010

Color Harmonies of #C33A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33A8E

Black with #C33A8E

Text Example


Text Example

White with #C33A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33A8E; }

 p { color: rgb(195,58,142); }

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

background-color css

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

 a { background-color: rgb(195,58,142); }

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

border-color css

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

 span { border-color: rgb(195,58,142); }

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