Html Css Color HEX #C30C60 Ruby

📋 copy color: '#C30C60'

red 195 ◦ green 12 ◦ blue 96

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

Shades of Ruby #C30C60

Tints of Ruby #C30C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.68%

R = 64.36%
G = 3.96%
B = 31.68%

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

#C30C60 (or 0xC30C60) is known color: Ruby. HEX triplet: C3, 0C and 60. RGB value is (195,12,96). Sum of RGB (Red+Green+Blue) = 195+12+96=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30C60 is #3CF39F. Grayscale: #4C4C4C. Windows color (decimal): -3994528 or 6294723. OLE color: 6294723.

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

Color convert

RGB 195 12 96 -
CMYK 0 0.94 0.51 0.24
HSL 332.46º 0.88% 0.41% -
HSV(B) 332.46º 0.94% 0.76% -
XYZ 24.75 12.71 12.22 -
YUV 76.29 139.13 212.67 -
System Red Green Blue C M Y K H S L
Decimal 195 12 96 0 0.94 0.51 0.24 332.46 0.88 0.41
Hex C3 C 60 0 5E 33 18 14C 58 29
Octal 303 14 140 0 136 63 30 514 130 51
Binary 11000011 1100 1100000 0 1011110 110011 11000 101001100 1011000 101001

Color Harmonies of #C30C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30C60

Black with #C30C60

Text Example


Text Example

White with #C30C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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