Html Css Color HEX #C3226B Medium Violet Red

📋 copy color: '#C3226B'

red 195 ◦ green 34 ◦ blue 107

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

Shades of Medium Violet Red #C3226B

Tints of Medium Violet Red #C3226B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.12%

 BLUE value IS 107 (42.19% from 255) = 31.85%

R = 58.04%
G = 10.12%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C3226B (or 0xC3226B) is known color: Medium Violet Red. HEX triplet: C3, 22 and 6B. RGB value is (195,34,107). Sum of RGB (Red+Green+Blue) = 195+34+107=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C3226B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3226B is #3CDD94. Grayscale: #5A5A5A. Windows color (decimal): -3988885 or 7021251. OLE color: 7021251.

HSL color Cylindrical-coordinate representation of color #C3226B: hue angle of 332.8º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C3226B is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 34 107 -
CMYK 0 0.83 0.45 0.24
HSL 332.8º 0.7% 0.45% -
HSV(B) 332.8º 0.83% 0.76% -
XYZ 25.73 13.81 15.22 -
YUV 90.46 137.34 202.56 -
System Red Green Blue C M Y K H S L
Decimal 195 34 107 0 0.83 0.45 0.24 332.8 0.7 0.45
Hex C3 22 6B 0 53 2D 18 14D 46 2D
Octal 303 42 153 0 123 55 30 515 106 55
Binary 11000011 100010 1101011 0 1010011 101101 11000 101001101 1000110 101101

Color Harmonies of #C3226B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3226B

Black with #C3226B

Text Example


Text Example

White with #C3226B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3226B; }

 p { color: rgb(195,34,107); }

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

background-color css

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

 a { background-color: rgb(195,34,107); }

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

border-color css

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

 span { border-color: rgb(195,34,107); }

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