Html Css Color HEX #C33284 Medium Red Violet

📋 copy color: '#C33284'

red 195 ◦ green 50 ◦ blue 132

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

Shades of Medium Red Violet #C33284

Tints of Medium Red Violet #C33284

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.26%

 BLUE value IS 132 (51.95% from 255) = 35.01%

R = 51.72%
G = 13.26%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C33284 (or 0xC33284) is known color: Medium Red Violet. HEX triplet: C3, 32 and 84. RGB value is (195,50,132). Sum of RGB (Red+Green+Blue) = 195+50+132=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C33284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33284 is #3CCD7B. Grayscale: #666666. Windows color (decimal): -3984764 or 8663747. OLE color: 8663747.

HSL color Cylindrical-coordinate representation of color #C33284: hue angle of 326.07º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C33284 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 50 132 -
CMYK 0 0.74 0.32 0.24
HSL 326.07º 0.59% 0.48% -
HSV(B) 326.07º 0.74% 0.76% -
XYZ 27.81 15.55 23.37 -
YUV 102.7 144.54 193.83 -
System Red Green Blue C M Y K H S L
Decimal 195 50 132 0 0.74 0.32 0.24 326.07 0.59 0.48
Hex C3 32 84 0 4A 20 18 146 3B 30
Octal 303 62 204 0 112 40 30 506 73 60
Binary 11000011 110010 10000100 0 1001010 100000 11000 101000110 111011 110000

Color Harmonies of #C33284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33284

Black with #C33284

Text Example


Text Example

White with #C33284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33284; }

 p { color: rgb(195,50,132); }

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

background-color css

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

 a { background-color: rgb(195,50,132); }

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

border-color css

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

 span { border-color: rgb(195,50,132); }

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