Html Css Color HEX #C3088A Medium Violet Red

📋 copy color: '#C3088A'

red 195 ◦ green 8 ◦ blue 138

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

Shades of Medium Violet Red #C3088A

Tints of Medium Violet Red #C3088A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.35%

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

R = 57.18%
G = 2.35%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3088A (or 0xC3088A) is known color: Medium Violet Red. HEX triplet: C3, 08 and 8A. RGB value is (195,8,138). Sum of RGB (Red+Green+Blue) = 195+8+138=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C3088A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3088A is #3CF775. Grayscale: #4E4E4E. Windows color (decimal): -3995510 or 9046211. OLE color: 9046211.

HSL color Cylindrical-coordinate representation of color #C3088A: hue angle of 318.29º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C3088A is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 8 138 -
CMYK 0 0.96 0.29 0.24
HSL 318.29º 0.92% 0.4% -
HSV(B) 318.29º 0.96% 0.76% -
XYZ 27.18 13.61 25.24 -
YUV 78.73 161.45 210.93 -
System Red Green Blue C M Y K H S L
Decimal 195 8 138 0 0.96 0.29 0.24 318.29 0.92 0.4
Hex C3 8 8A 0 60 1D 18 13E 5C 28
Octal 303 10 212 0 140 35 30 476 134 50
Binary 11000011 1000 10001010 0 1100000 11101 11000 100111110 1011100 101000

Color Harmonies of #C3088A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3088A

Black with #C3088A

Text Example


Text Example

White with #C3088A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3088A; }

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

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

background-color css

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

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

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

border-color css

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

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

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