Html Css Color HEX #C30C5F Ruby

📋 copy color: '#C30C5F'

red 195 ◦ green 12 ◦ blue 95

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

Shades of Ruby #C30C5F

Tints of Ruby #C30C5F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.97%

 BLUE value IS 95 (37.5% from 255) = 31.46%

R = 64.57%
G = 3.97%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C30C5F (or 0xC30C5F) is known color: Ruby. HEX triplet: C3, 0C and 5F. RGB value is (195,12,95). Sum of RGB (Red+Green+Blue) = 195+12+95=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30C5F is #3CF3A0. Grayscale: #4C4C4C. Windows color (decimal): -3994529 or 6229187. OLE color: 6229187.

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

Color convert

RGB 195 12 95 -
CMYK 0 0.94 0.51 0.24
HSL 332.79º 0.88% 0.41% -
HSV(B) 332.79º 0.94% 0.76% -
XYZ 24.7 12.69 11.97 -
YUV 76.18 138.63 212.75 -
System Red Green Blue C M Y K H S L
Decimal 195 12 95 0 0.94 0.51 0.24 332.79 0.88 0.41
Hex C3 C 5F 0 5E 33 18 14D 58 29
Octal 303 14 137 0 136 63 30 515 130 51
Binary 11000011 1100 1011111 0 1011110 110011 11000 101001101 1011000 101001

Color Harmonies of #C30C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30C5F

Black with #C30C5F

Text Example


Text Example

White with #C30C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30C5F; }

 p { color: rgb(195,12,95); }

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

background-color css

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

 a { background-color: rgb(195,12,95); }

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

border-color css

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

 span { border-color: rgb(195,12,95); }

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