Html Css Color HEX #C30C63 Ruby

📋 copy color: '#C30C63'

red 195 ◦ green 12 ◦ blue 99

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

Shades of Ruby #C30C63

Tints of Ruby #C30C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.35%

R = 63.73%
G = 3.92%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C30C63 (or 0xC30C63) is known color: Ruby. HEX triplet: C3, 0C and 63. RGB value is (195,12,99). Sum of RGB (Red+Green+Blue) = 195+12+99=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30C63 is #3CF39C. Grayscale: #4C4C4C. Windows color (decimal): -3994525 or 6491331. OLE color: 6491331.

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

Color convert

RGB 195 12 99 -
CMYK 0 0.94 0.49 0.24
HSL 331.48º 0.88% 0.41% -
HSV(B) 331.48º 0.94% 0.76% -
XYZ 24.89 12.77 12.96 -
YUV 76.64 140.63 212.43 -
System Red Green Blue C M Y K H S L
Decimal 195 12 99 0 0.94 0.49 0.24 331.48 0.88 0.41
Hex C3 C 63 0 5E 31 18 14B 58 29
Octal 303 14 143 0 136 61 30 513 130 51
Binary 11000011 1100 1100011 0 1011110 110001 11000 101001011 1011000 101001

Color Harmonies of #C30C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30C63

Black with #C30C63

Text Example


Text Example

White with #C30C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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