Html Css Color HEX #C33075 Medium Red Violet

📋 copy color: '#C33075'

red 195 ◦ green 48 ◦ blue 117

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

Shades of Medium Red Violet #C33075

Tints of Medium Red Violet #C33075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.5%

R = 54.17%
G = 13.33%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C33075 (or 0xC33075) is known color: Medium Red Violet. HEX triplet: C3, 30 and 75. RGB value is (195,48,117). Sum of RGB (Red+Green+Blue) = 195+48+117=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C33075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33075 is #3CCF8A. Grayscale: #636363. Windows color (decimal): -3985291 or 7680195. OLE color: 7680195.

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

Color convert

RGB 195 48 117 -
CMYK 0 0.75 0.4 0.24
HSL 331.84º 0.6% 0.48% -
HSV(B) 331.84º 0.75% 0.76% -
XYZ 26.77 15 18.31 -
YUV 99.82 137.7 195.89 -
System Red Green Blue C M Y K H S L
Decimal 195 48 117 0 0.75 0.4 0.24 331.84 0.6 0.48
Hex C3 30 75 0 4B 28 18 14C 3C 30
Octal 303 60 165 0 113 50 30 514 74 60
Binary 11000011 110000 1110101 0 1001011 101000 11000 101001100 111100 110000

Color Harmonies of #C33075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33075

Black with #C33075

Text Example


Text Example

White with #C33075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33075; }

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

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

background-color css

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

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

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

border-color css

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

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

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