Html Css Color HEX #C3267F Medium Red Violet

📋 copy color: '#C3267F'

red 195 ◦ green 38 ◦ blue 127

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

Shades of Medium Red Violet #C3267F

Tints of Medium Red Violet #C3267F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.28%

R = 54.17%
G = 10.56%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C3267F (or 0xC3267F) is known color: Medium Red Violet. HEX triplet: C3, 26 and 7F. RGB value is (195,38,127). Sum of RGB (Red+Green+Blue) = 195+38+127=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C3267F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3267F is #3CD980. Grayscale: #5E5E5E. Windows color (decimal): -3987841 or 8332995. OLE color: 8332995.

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

Color convert

RGB 195 38 127 -
CMYK 0 0.81 0.35 0.24
HSL 325.99º 0.67% 0.46% -
HSV(B) 325.99º 0.81% 0.76% -
XYZ 27.03 14.52 21.46 -
YUV 95.09 146.01 199.26 -
System Red Green Blue C M Y K H S L
Decimal 195 38 127 0 0.81 0.35 0.24 325.99 0.67 0.46
Hex C3 26 7F 0 51 23 18 146 43 2E
Octal 303 46 177 0 121 43 30 506 103 56
Binary 11000011 100110 1111111 0 1010001 100011 11000 101000110 1000011 101110

Color Harmonies of #C3267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3267F

Black with #C3267F

Text Example


Text Example

White with #C3267F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3267F; }

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

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

background-color css

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

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

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

border-color css

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

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

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