Html Css Color HEX #C33C8A Medium Red Violet

📋 copy color: '#C33C8A'

red 195 ◦ green 60 ◦ blue 138

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

Shades of Medium Red Violet #C33C8A

Tints of Medium Red Violet #C33C8A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.27%

 BLUE value IS 138 (54.3% from 255) = 35.11%

R = 49.62%
G = 15.27%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C33C8A (or 0xC33C8A) is known color: Medium Red Violet. HEX triplet: C3, 3C and 8A. RGB value is (195,60,138). Sum of RGB (Red+Green+Blue) = 195+60+138=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33C8A is #3CC375. Grayscale: #6D6D6D. Windows color (decimal): -3982198 or 9059523. OLE color: 9059523.

HSL color Cylindrical-coordinate representation of color #C33C8A: hue angle of 325.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33C8A is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 60 138 -
CMYK 0 0.69 0.29 0.24
HSL 325.33º 0.53% 0.5% -
HSV(B) 325.33º 0.69% 0.76% -
XYZ 28.71 16.67 25.75 -
YUV 109.26 144.23 189.16 -
System Red Green Blue C M Y K H S L
Decimal 195 60 138 0 0.69 0.29 0.24 325.33 0.53 0.5
Hex C3 3C 8A 0 45 1D 18 145 35 32
Octal 303 74 212 0 105 35 30 505 65 62
Binary 11000011 111100 10001010 0 1000101 11101 11000 101000101 110101 110010

Color Harmonies of #C33C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33C8A

Black with #C33C8A

Text Example


Text Example

White with #C33C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33C8A; }

 p { color: rgb(195,60,138); }

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

background-color css

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

 a { background-color: rgb(195,60,138); }

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

border-color css

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

 span { border-color: rgb(195,60,138); }

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