Html Css Color HEX #C3008F Medium Violet Red

📋 copy color: '#C3008F'

red 195 ◦ green 0 ◦ blue 143

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

Shades of Medium Violet Red #C3008F

Tints of Medium Violet Red #C3008F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 143 (56.25% from 255) = 42.31%

R = 57.69%
G = 0%
B = 42.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C3008F (or 0xC3008F) is known color: Medium Violet Red. HEX triplet: C3, 00 and 8F. RGB value is (195,0,143). Sum of RGB (Red+Green+Blue) = 195+0+143=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C3008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3008F is #3CFF70. Grayscale: #4A4A4A. Windows color (decimal): -3997553 or 9371843. OLE color: 9371843.

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

Color convert

RGB 195 0 143 -
CMYK 0 1 0.27 0.24
HSL 316º 1% 0.38% -
HSV(B) 316º 1% 0.76% -
XYZ 27.46 13.59 27.16 -
YUV 74.61 166.6 213.87 -
System Red Green Blue C M Y K H S L
Decimal 195 0 143 0 1 0.27 0.24 316 1 0.38
Hex C3 0 8F 0 64 1B 18 13C 64 26
Octal 303 0 217 0 144 33 30 474 144 46
Binary 11000011 0 10001111 0 1100100 11011 11000 100111100 1100100 100110

Color Harmonies of #C3008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3008F

Black with #C3008F

Text Example


Text Example

White with #C3008F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3008F; }

 p { color: rgb(195,0,143); }

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

background-color css

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

 a { background-color: rgb(195,0,143); }

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

border-color css

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

 span { border-color: rgb(195,0,143); }

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