Html Css Color HEX #C30A58 Ruby

📋 copy color: '#C30A58'

red 195 ◦ green 10 ◦ blue 88

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

Shades of Ruby #C30A58

Tints of Ruby #C30A58

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.41%

 BLUE value IS 88 (34.77% from 255) = 30.03%

R = 66.55%
G = 3.41%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C30A58 (or 0xC30A58) is known color: Ruby. HEX triplet: C3, 0A and 58. RGB value is (195,10,88). Sum of RGB (Red+Green+Blue) = 195+10+88=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C30A58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30A58 is #3CF5A7. Grayscale: #4A4A4A. Windows color (decimal): -3995048 or 5769923. OLE color: 5769923.

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

Color convert

RGB 195 10 88 -
CMYK 0 0.95 0.55 0.24
HSL 334.7º 0.9% 0.4% -
HSV(B) 334.7º 0.95% 0.76% -
XYZ 24.38 12.52 10.37 -
YUV 74.21 135.79 214.16 -
System Red Green Blue C M Y K H S L
Decimal 195 10 88 0 0.95 0.55 0.24 334.7 0.9 0.4
Hex C3 A 58 0 5F 37 18 14F 5A 28
Octal 303 12 130 0 137 67 30 517 132 50
Binary 11000011 1010 1011000 0 1011111 110111 11000 101001111 1011010 101000

Color Harmonies of #C30A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30A58

Black with #C30A58

Text Example


Text Example

White with #C30A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30A58; }

 p { color: rgb(195,10,88); }

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

background-color css

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

 a { background-color: rgb(195,10,88); }

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

border-color css

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

 span { border-color: rgb(195,10,88); }

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