Html Css Color HEX #C33081 Medium Red Violet

📋 copy color: '#C33081'

red 195 ◦ green 48 ◦ blue 129

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

Shades of Medium Red Violet #C33081

Tints of Medium Red Violet #C33081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.68%

R = 52.42%
G = 12.9%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C33081 (or 0xC33081) is known color: Medium Red Violet. HEX triplet: C3, 30 and 81. RGB value is (195,48,129). Sum of RGB (Red+Green+Blue) = 195+48+129=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C33081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33081 is #3CCF7E. Grayscale: #656565. Windows color (decimal): -3985279 or 8466627. OLE color: 8466627.

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

Color convert

RGB 195 48 129 -
CMYK 0 0.75 0.34 0.24
HSL 326.94º 0.6% 0.48% -
HSV(B) 326.94º 0.75% 0.76% -
XYZ 27.53 15.3 22.27 -
YUV 101.19 143.7 194.91 -
System Red Green Blue C M Y K H S L
Decimal 195 48 129 0 0.75 0.34 0.24 326.94 0.6 0.48
Hex C3 30 81 0 4B 22 18 147 3C 30
Octal 303 60 201 0 113 42 30 507 74 60
Binary 11000011 110000 10000001 0 1001011 100010 11000 101000111 111100 110000

Color Harmonies of #C33081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33081

Black with #C33081

Text Example


Text Example

White with #C33081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33081; }

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

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

background-color css

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

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

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

border-color css

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

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

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