Html Css Color HEX #C3267D Medium Red Violet

📋 copy color: '#C3267D'

red 195 ◦ green 38 ◦ blue 125

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

Shades of Medium Red Violet #C3267D

Tints of Medium Red Violet #C3267D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.61%

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

R = 54.47%
G = 10.61%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3267D (or 0xC3267D) is known color: Medium Red Violet. HEX triplet: C3, 26 and 7D. RGB value is (195,38,125). Sum of RGB (Red+Green+Blue) = 195+38+125=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C3267D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3267D is #3CD982. Grayscale: #5E5E5E. Windows color (decimal): -3987843 or 8201923. OLE color: 8201923.

HSL color Cylindrical-coordinate representation of color #C3267D: hue angle of 326.75º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C3267D is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 38 125 -
CMYK 0 0.81 0.36 0.24
HSL 326.75º 0.67% 0.46% -
HSV(B) 326.75º 0.81% 0.76% -
XYZ 26.9 14.47 20.78 -
YUV 94.86 145.01 199.43 -
System Red Green Blue C M Y K H S L
Decimal 195 38 125 0 0.81 0.36 0.24 326.75 0.67 0.46
Hex C3 26 7D 0 51 24 18 147 43 2E
Octal 303 46 175 0 121 44 30 507 103 56
Binary 11000011 100110 1111101 0 1010001 100100 11000 101000111 1000011 101110

Color Harmonies of #C3267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3267D

Black with #C3267D

Text Example


Text Example

White with #C3267D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3267D; }

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

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

background-color css

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

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

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

border-color css

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

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

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