Html Css Color HEX #C30D5D Ruby

📋 copy color: '#C30D5D'

red 195 ◦ green 13 ◦ blue 93

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

Shades of Ruby #C30D5D

Tints of Ruby #C30D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.9%

R = 64.78%
G = 4.32%
B = 30.9%

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

#C30D5D (or 0xC30D5D) is known color: Ruby. HEX triplet: C3, 0D and 5D. RGB value is (195,13,93). Sum of RGB (Red+Green+Blue) = 195+13+93=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30D5D is #3CF2A2. Grayscale: #4C4C4C. Windows color (decimal): -3994275 or 6098371. OLE color: 6098371.

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

Color convert

RGB 195 13 93 -
CMYK 0 0.93 0.52 0.24
HSL 333.63º 0.88% 0.41% -
HSV(B) 333.63º 0.93% 0.76% -
XYZ 24.63 12.68 11.51 -
YUV 76.54 137.3 212.5 -
System Red Green Blue C M Y K H S L
Decimal 195 13 93 0 0.93 0.52 0.24 333.63 0.88 0.41
Hex C3 D 5D 0 5D 34 18 14E 58 29
Octal 303 15 135 0 135 64 30 516 130 51
Binary 11000011 1101 1011101 0 1011101 110100 11000 101001110 1011000 101001

Color Harmonies of #C30D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30D5D

Black with #C30D5D

Text Example


Text Example

White with #C30D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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