Html Css Color HEX #C33582 Medium Red Violet

📋 copy color: '#C33582'

red 195 ◦ green 53 ◦ blue 130

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

Shades of Medium Red Violet #C33582

Tints of Medium Red Violet #C33582

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.02%

 BLUE value IS 130 (51.17% from 255) = 34.39%

R = 51.59%
G = 14.02%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C33582 (or 0xC33582) is known color: Medium Red Violet. HEX triplet: C3, 35 and 82. RGB value is (195,53,130). Sum of RGB (Red+Green+Blue) = 195+53+130=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C33582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33582 is #3CCA7D. Grayscale: #686868. Windows color (decimal): -3983998 or 8533443. OLE color: 8533443.

HSL color Cylindrical-coordinate representation of color #C33582: hue angle of 327.46º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33582 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 53 130 -
CMYK 0 0.73 0.33 0.24
HSL 327.46º 0.57% 0.49% -
HSV(B) 327.46º 0.73% 0.76% -
XYZ 27.81 15.76 22.7 -
YUV 104.24 142.54 192.74 -
System Red Green Blue C M Y K H S L
Decimal 195 53 130 0 0.73 0.33 0.24 327.46 0.57 0.49
Hex C3 35 82 0 49 21 18 147 39 31
Octal 303 65 202 0 111 41 30 507 71 61
Binary 11000011 110101 10000010 0 1001001 100001 11000 101000111 111001 110001

Color Harmonies of #C33582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33582

Black with #C33582

Text Example


Text Example

White with #C33582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33582; }

 p { color: rgb(195,53,130); }

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

background-color css

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

 a { background-color: rgb(195,53,130); }

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

border-color css

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

 span { border-color: rgb(195,53,130); }

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