Html Css Color HEX #C30B7B Medium Violet Red

📋 copy color: '#C30B7B'

red 195 ◦ green 11 ◦ blue 123

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

Shades of Medium Violet Red #C30B7B

Tints of Medium Violet Red #C30B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.39%

R = 59.27%
G = 3.34%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C30B7B (or 0xC30B7B) is known color: Medium Violet Red. HEX triplet: C3, 0B and 7B. RGB value is (195,11,123). Sum of RGB (Red+Green+Blue) = 195+11+123=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30B7B is #3CF484. Grayscale: #4E4E4E. Windows color (decimal): -3994757 or 8063939. OLE color: 8063939.

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

Color convert

RGB 195 11 123 -
CMYK 0 0.94 0.37 0.24
HSL 323.48º 0.89% 0.4% -
HSV(B) 323.48º 0.94% 0.76% -
XYZ 26.2 13.27 19.92 -
YUV 78.78 152.96 210.89 -
System Red Green Blue C M Y K H S L
Decimal 195 11 123 0 0.94 0.37 0.24 323.48 0.89 0.4
Hex C3 B 7B 0 5E 25 18 143 59 28
Octal 303 13 173 0 136 45 30 503 131 50
Binary 11000011 1011 1111011 0 1011110 100101 11000 101000011 1011001 101000

Color Harmonies of #C30B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30B7B

Black with #C30B7B

Text Example


Text Example

White with #C30B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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