Html Css Color HEX #C30E5D Ruby

📋 copy color: '#C30E5D'

red 195 ◦ green 14 ◦ blue 93

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

Shades of Ruby #C30E5D

Tints of Ruby #C30E5D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.64%

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

R = 64.57%
G = 4.64%
B = 30.79%

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

#C30E5D (or 0xC30E5D) is known color: Ruby. HEX triplet: C3, 0E and 5D. RGB value is (195,14,93). Sum of RGB (Red+Green+Blue) = 195+14+93=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30E5D is #3CF1A2. Grayscale: #4C4C4C. Windows color (decimal): -3994019 or 6098627. OLE color: 6098627.

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

Color convert

RGB 195 14 93 -
CMYK 0 0.93 0.52 0.24
HSL 333.81º 0.87% 0.41% -
HSV(B) 333.81º 0.93% 0.76% -
XYZ 24.64 12.71 11.51 -
YUV 77.13 136.97 212.08 -
System Red Green Blue C M Y K H S L
Decimal 195 14 93 0 0.93 0.52 0.24 333.81 0.87 0.41
Hex C3 E 5D 0 5D 34 18 14E 57 29
Octal 303 16 135 0 135 64 30 516 127 51
Binary 11000011 1110 1011101 0 1011101 110100 11000 101001110 1010111 101001

Color Harmonies of #C30E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30E5D

Black with #C30E5D

Text Example


Text Example

White with #C30E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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