Html Css Color HEX #C30D5E Ruby

📋 copy color: '#C30D5E'

red 195 ◦ green 13 ◦ blue 94

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

Shades of Ruby #C30D5E

Tints of Ruby #C30D5E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.3%

 BLUE value IS 94 (37.11% from 255) = 31.13%

R = 64.57%
G = 4.3%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C30D5E (or 0xC30D5E) is known color: Ruby. HEX triplet: C3, 0D and 5E. RGB value is (195,13,94). Sum of RGB (Red+Green+Blue) = 195+13+94=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30D5E is #3CF2A1. Grayscale: #4C4C4C. Windows color (decimal): -3994274 or 6163907. OLE color: 6163907.

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

Color convert

RGB 195 13 94 -
CMYK 0 0.93 0.52 0.24
HSL 333.3º 0.88% 0.41% -
HSV(B) 333.3º 0.93% 0.76% -
XYZ 24.67 12.7 11.74 -
YUV 76.65 137.8 212.41 -
System Red Green Blue C M Y K H S L
Decimal 195 13 94 0 0.93 0.52 0.24 333.3 0.88 0.41
Hex C3 D 5E 0 5D 34 18 14D 58 29
Octal 303 15 136 0 135 64 30 515 130 51
Binary 11000011 1101 1011110 0 1011101 110100 11000 101001101 1011000 101001

Color Harmonies of #C30D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30D5E

Black with #C30D5E

Text Example


Text Example

White with #C30D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30D5E; }

 p { color: rgb(195,13,94); }

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

background-color css

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

 a { background-color: rgb(195,13,94); }

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

border-color css

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

 span { border-color: rgb(195,13,94); }

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