Html Css Color HEX #C33274 Medium Red Violet

📋 copy color: '#C33274'

red 195 ◦ green 50 ◦ blue 116

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

Shades of Medium Red Violet #C33274

Tints of Medium Red Violet #C33274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.13%

R = 54.02%
G = 13.85%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C33274 (or 0xC33274) is known color: Medium Red Violet. HEX triplet: C3, 32 and 74. RGB value is (195,50,116). Sum of RGB (Red+Green+Blue) = 195+50+116=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C33274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33274 is #3CCD8B. Grayscale: #646464. Windows color (decimal): -3984780 or 7615171. OLE color: 7615171.

HSL color Cylindrical-coordinate representation of color #C33274: hue angle of 332.69º 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 #C33274 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 50 116 -
CMYK 0 0.74 0.41 0.24
HSL 332.69º 0.59% 0.48% -
HSV(B) 332.69º 0.74% 0.76% -
XYZ 26.8 15.14 18.03 -
YUV 100.88 136.54 195.13 -
System Red Green Blue C M Y K H S L
Decimal 195 50 116 0 0.74 0.41 0.24 332.69 0.59 0.48
Hex C3 32 74 0 4A 29 18 14D 3B 30
Octal 303 62 164 0 112 51 30 515 73 60
Binary 11000011 110010 1110100 0 1001010 101001 11000 101001101 111011 110000

Color Harmonies of #C33274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33274

Black with #C33274

Text Example


Text Example

White with #C33274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33274; }

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

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

background-color css

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

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

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

border-color css

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

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

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