Html Css Color HEX #C3227D Medium Violet Red

📋 copy color: '#C3227D'

red 195 ◦ green 34 ◦ blue 125

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

Shades of Medium Violet Red #C3227D

Tints of Medium Violet Red #C3227D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.31%

R = 55.08%
G = 9.6%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3227D (or 0xC3227D) is known color: Medium Violet Red. HEX triplet: C3, 22 and 7D. RGB value is (195,34,125). Sum of RGB (Red+Green+Blue) = 195+34+125=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C3227D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3227D is #3CDD82. Grayscale: #5C5C5C. Windows color (decimal): -3988867 or 8200899. OLE color: 8200899.

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

Color convert

RGB 195 34 125 -
CMYK 0 0.83 0.36 0.24
HSL 326.09º 0.7% 0.45% -
HSV(B) 326.09º 0.83% 0.76% -
XYZ 26.78 14.23 20.74 -
YUV 92.51 146.34 201.1 -
System Red Green Blue C M Y K H S L
Decimal 195 34 125 0 0.83 0.36 0.24 326.09 0.7 0.45
Hex C3 22 7D 0 53 24 18 146 46 2D
Octal 303 42 175 0 123 44 30 506 106 55
Binary 11000011 100010 1111101 0 1010011 100100 11000 101000110 1000110 101101

Color Harmonies of #C3227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3227D

Black with #C3227D

Text Example


Text Example

White with #C3227D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3227D; }

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

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

background-color css

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

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

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

border-color css

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

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

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