Html Css Color HEX #C30754 Ruby

📋 copy color: '#C30754'

red 195 ◦ green 7 ◦ blue 84

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

Shades of Ruby #C30754

Tints of Ruby #C30754

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.45%

 BLUE value IS 84 (33.2% from 255) = 29.37%

R = 68.18%
G = 2.45%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C30754 (or 0xC30754) is known color: Ruby. HEX triplet: C3, 07 and 54. RGB value is (195,7,84). Sum of RGB (Red+Green+Blue) = 195+7+84=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C30754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30754 is #3CF8AB. Grayscale: #474747. Windows color (decimal): -3995820 or 5507011. OLE color: 5507011.

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

Color convert

RGB 195 7 84 -
CMYK 0 0.96 0.57 0.24
HSL 335.43º 0.93% 0.4% -
HSV(B) 335.43º 0.96% 0.76% -
XYZ 24.18 12.39 9.51 -
YUV 71.99 134.78 215.74 -
System Red Green Blue C M Y K H S L
Decimal 195 7 84 0 0.96 0.57 0.24 335.43 0.93 0.4
Hex C3 7 54 0 60 39 18 14F 5D 28
Octal 303 7 124 0 140 71 30 517 135 50
Binary 11000011 111 1010100 0 1100000 111001 11000 101001111 1011101 101000

Color Harmonies of #C30754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30754

Black with #C30754

Text Example


Text Example

White with #C30754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30754; }

 p { color: rgb(195,7,84); }

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

background-color css

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

 a { background-color: rgb(195,7,84); }

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

border-color css

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

 span { border-color: rgb(195,7,84); }

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