Html Css Color HEX #C30859 Ruby

📋 copy color: '#C30859'

red 195 ◦ green 8 ◦ blue 89

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

Shades of Ruby #C30859

Tints of Ruby #C30859

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.74%

 BLUE value IS 89 (35.16% from 255) = 30.48%

R = 66.78%
G = 2.74%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C30859 (or 0xC30859) is known color: Ruby. HEX triplet: C3, 08 and 59. RGB value is (195,8,89). Sum of RGB (Red+Green+Blue) = 195+8+89=292 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.78% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 195 - color contains mainly: red. Hex color #C30859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30859 is #3CF7A6. Grayscale: #494949. Windows color (decimal): -3995559 or 5834947. OLE color: 5834947.

HSL color Cylindrical-coordinate representation of color #C30859: hue angle of 334.01º degrees, saturation: 0.92, 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 #C30859 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 8 89 -
CMYK 0 0.96 0.54 0.24
HSL 334.01º 0.92% 0.4% -
HSV(B) 334.01º 0.96% 0.76% -
XYZ 24.4 12.5 10.58 -
YUV 73.15 136.95 214.91 -
System Red Green Blue C M Y K H S L
Decimal 195 8 89 0 0.96 0.54 0.24 334.01 0.92 0.4
Hex C3 8 59 0 60 36 18 14E 5C 28
Octal 303 10 131 0 140 66 30 516 134 50
Binary 11000011 1000 1011001 0 1100000 110110 11000 101001110 1011100 101000

Color Harmonies of #C30859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30859

Black with #C30859

Text Example


Text Example

White with #C30859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30859; }

 p { color: rgb(195,8,89); }

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

background-color css

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

 a { background-color: rgb(195,8,89); }

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

border-color css

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

 span { border-color: rgb(195,8,89); }

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