Html Css Color HEX #C3338A Medium Red Violet

📋 copy color: '#C3338A'

red 195 ◦ green 51 ◦ blue 138

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

Shades of Medium Red Violet #C3338A

Tints of Medium Red Violet #C3338A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.28%

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

R = 50.78%
G = 13.28%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3338A (or 0xC3338A) is known color: Medium Red Violet. HEX triplet: C3, 33 and 8A. RGB value is (195,51,138). Sum of RGB (Red+Green+Blue) = 195+51+138=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C3338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3338A is #3CCC75. Grayscale: #676767. Windows color (decimal): -3984502 or 9057219. OLE color: 9057219.

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

Color convert

RGB 195 51 138 -
CMYK 0 0.74 0.29 0.24
HSL 323.75º 0.59% 0.48% -
HSV(B) 323.75º 0.74% 0.76% -
XYZ 28.28 15.8 25.61 -
YUV 103.97 147.21 192.93 -
System Red Green Blue C M Y K H S L
Decimal 195 51 138 0 0.74 0.29 0.24 323.75 0.59 0.48
Hex C3 33 8A 0 4A 1D 18 144 3B 30
Octal 303 63 212 0 112 35 30 504 73 60
Binary 11000011 110011 10001010 0 1001010 11101 11000 101000100 111011 110000

Color Harmonies of #C3338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3338A

Black with #C3338A

Text Example


Text Example

White with #C3338A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3338A; }

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

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

background-color css

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

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

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

border-color css

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

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

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