Html Css Color HEX #C33D8D Medium Red Violet

📋 copy color: '#C33D8D'

red 195 ◦ green 61 ◦ blue 141

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

Shades of Medium Red Violet #C33D8D

Tints of Medium Red Violet #C33D8D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.37%

 BLUE value IS 141 (55.47% from 255) = 35.52%

R = 49.12%
G = 15.37%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C33D8D (or 0xC33D8D) is known color: Medium Red Violet. HEX triplet: C3, 3D and 8D. RGB value is (195,61,141). Sum of RGB (Red+Green+Blue) = 195+61+141=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33D8D is #3CC272. Grayscale: #6E6E6E. Windows color (decimal): -3981939 or 9256387. OLE color: 9256387.

HSL color Cylindrical-coordinate representation of color #C33D8D: hue angle of 324.18º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33D8D is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 61 141 -
CMYK 0 0.69 0.28 0.24
HSL 324.18º 0.53% 0.5% -
HSV(B) 324.18º 0.69% 0.76% -
XYZ 28.98 16.86 26.93 -
YUV 110.19 145.39 188.5 -
System Red Green Blue C M Y K H S L
Decimal 195 61 141 0 0.69 0.28 0.24 324.18 0.53 0.5
Hex C3 3D 8D 0 45 1C 18 144 35 32
Octal 303 75 215 0 105 34 30 504 65 62
Binary 11000011 111101 10001101 0 1000101 11100 11000 101000100 110101 110010

Color Harmonies of #C33D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33D8D

Black with #C33D8D

Text Example


Text Example

White with #C33D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33D8D; }

 p { color: rgb(195,61,141); }

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

background-color css

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

 a { background-color: rgb(195,61,141); }

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

border-color css

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

 span { border-color: rgb(195,61,141); }

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