Html Css Color HEX #C33483 Medium Red Violet

📋 copy color: '#C33483'

red 195 ◦ green 52 ◦ blue 131

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

Shades of Medium Red Violet #C33483

Tints of Medium Red Violet #C33483

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.76%

 BLUE value IS 131 (51.56% from 255) = 34.66%

R = 51.59%
G = 13.76%
B = 34.66%

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

#C33483 (or 0xC33483) is known color: Medium Red Violet. HEX triplet: C3, 34 and 83. RGB value is (195,52,131). Sum of RGB (Red+Green+Blue) = 195+52+131=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C33483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33483 is #3CCB7C. Grayscale: #676767. Windows color (decimal): -3984253 or 8598723. OLE color: 8598723.

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

Color convert

RGB 195 52 131 -
CMYK 0 0.73 0.33 0.24
HSL 326.85º 0.58% 0.48% -
HSV(B) 326.85º 0.73% 0.76% -
XYZ 27.83 15.7 23.04 -
YUV 103.76 143.38 193.08 -
System Red Green Blue C M Y K H S L
Decimal 195 52 131 0 0.73 0.33 0.24 326.85 0.58 0.48
Hex C3 34 83 0 49 21 18 147 3A 30
Octal 303 64 203 0 111 41 30 507 72 60
Binary 11000011 110100 10000011 0 1001001 100001 11000 101000111 111010 110000

Color Harmonies of #C33483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33483

Black with #C33483

Text Example


Text Example

White with #C33483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33483; }

 p { color: rgb(195,52,131); }

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

background-color css

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

 a { background-color: rgb(195,52,131); }

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

border-color css

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

 span { border-color: rgb(195,52,131); }

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