Html Css Color HEX #C33084 Medium Red Violet

📋 copy color: '#C33084'

red 195 ◦ green 48 ◦ blue 132

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

Shades of Medium Red Violet #C33084

Tints of Medium Red Violet #C33084

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.8%

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

R = 52%
G = 12.8%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C33084 (or 0xC33084) is known color: Medium Red Violet. HEX triplet: C3, 30 and 84. RGB value is (195,48,132). Sum of RGB (Red+Green+Blue) = 195+48+132=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C33084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33084 is #3CCF7B. Grayscale: #656565. Windows color (decimal): -3985276 or 8663235. OLE color: 8663235.

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

Color convert

RGB 195 48 132 -
CMYK 0 0.75 0.32 0.24
HSL 325.71º 0.6% 0.48% -
HSV(B) 325.71º 0.75% 0.76% -
XYZ 27.73 15.38 23.34 -
YUV 101.53 145.2 194.67 -
System Red Green Blue C M Y K H S L
Decimal 195 48 132 0 0.75 0.32 0.24 325.71 0.6 0.48
Hex C3 30 84 0 4B 20 18 146 3C 30
Octal 303 60 204 0 113 40 30 506 74 60
Binary 11000011 110000 10000100 0 1001011 100000 11000 101000110 111100 110000

Color Harmonies of #C33084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33084

Black with #C33084

Text Example


Text Example

White with #C33084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33084; }

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

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

background-color css

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

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

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

border-color css

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

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

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