Html Css Color HEX #C30B7C Medium Violet Red

📋 copy color: '#C30B7C'

red 195 ◦ green 11 ◦ blue 124

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

Shades of Medium Violet Red #C30B7C

Tints of Medium Violet Red #C30B7C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.33%

 BLUE value IS 124 (48.83% from 255) = 37.58%

R = 59.09%
G = 3.33%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C30B7C (or 0xC30B7C) is known color: Medium Violet Red. HEX triplet: C3, 0B and 7C. RGB value is (195,11,124). Sum of RGB (Red+Green+Blue) = 195+11+124=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30B7C is #3CF483. Grayscale: #4E4E4E. Windows color (decimal): -3994756 or 8129475. OLE color: 8129475.

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

Color convert

RGB 195 11 124 -
CMYK 0 0.94 0.36 0.24
HSL 323.15º 0.89% 0.4% -
HSV(B) 323.15º 0.94% 0.76% -
XYZ 26.26 13.3 20.25 -
YUV 78.9 153.46 210.81 -
System Red Green Blue C M Y K H S L
Decimal 195 11 124 0 0.94 0.36 0.24 323.15 0.89 0.4
Hex C3 B 7C 0 5E 24 18 143 59 28
Octal 303 13 174 0 136 44 30 503 131 50
Binary 11000011 1011 1111100 0 1011110 100100 11000 101000011 1011001 101000

Color Harmonies of #C30B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30B7C

Black with #C30B7C

Text Example


Text Example

White with #C30B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30B7C; }

 p { color: rgb(195,11,124); }

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

background-color css

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

 a { background-color: rgb(195,11,124); }

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

border-color css

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

 span { border-color: rgb(195,11,124); }

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