Html Css Color HEX #C33982 Medium Red Violet

📋 copy color: '#C33982'

red 195 ◦ green 57 ◦ blue 130

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

Shades of Medium Red Violet #C33982

Tints of Medium Red Violet #C33982

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.92%

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

R = 51.05%
G = 14.92%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C33982 (or 0xC33982) is known color: Medium Red Violet. HEX triplet: C3, 39 and 82. RGB value is (195,57,130). Sum of RGB (Red+Green+Blue) = 195+57+130=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C33982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33982 is #3CC67D. Grayscale: #6A6A6A. Windows color (decimal): -3982974 or 8534467. OLE color: 8534467.

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

Color convert

RGB 195 57 130 -
CMYK 0 0.71 0.33 0.24
HSL 328.26º 0.55% 0.49% -
HSV(B) 328.26º 0.71% 0.76% -
XYZ 28 16.14 22.76 -
YUV 106.58 141.22 191.06 -
System Red Green Blue C M Y K H S L
Decimal 195 57 130 0 0.71 0.33 0.24 328.26 0.55 0.49
Hex C3 39 82 0 47 21 18 148 37 31
Octal 303 71 202 0 107 41 30 510 67 61
Binary 11000011 111001 10000010 0 1000111 100001 11000 101001000 110111 110001

Color Harmonies of #C33982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33982

Black with #C33982

Text Example


Text Example

White with #C33982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33982; }

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

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

background-color css

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

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

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

border-color css

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

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

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