Html Css Color HEX #C30D5A Ruby

📋 copy color: '#C30D5A'

red 195 ◦ green 13 ◦ blue 90

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

Shades of Ruby #C30D5A

Tints of Ruby #C30D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.2%

R = 65.44%
G = 4.36%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C30D5A (or 0xC30D5A) is known color: Ruby. HEX triplet: C3, 0D and 5A. RGB value is (195,13,90). Sum of RGB (Red+Green+Blue) = 195+13+90=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 13 (5.47% from 255 or 4.36% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30D5A is #3CF2A5. Grayscale: #4C4C4C. Windows color (decimal): -3994278 or 5901763. OLE color: 5901763.

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

Color convert

RGB 195 13 90 -
CMYK 0 0.93 0.54 0.24
HSL 334.62º 0.88% 0.41% -
HSV(B) 334.62º 0.93% 0.76% -
XYZ 24.5 12.63 10.82 -
YUV 76.2 135.8 212.74 -
System Red Green Blue C M Y K H S L
Decimal 195 13 90 0 0.93 0.54 0.24 334.62 0.88 0.41
Hex C3 D 5A 0 5D 36 18 14F 58 29
Octal 303 15 132 0 135 66 30 517 130 51
Binary 11000011 1101 1011010 0 1011101 110110 11000 101001111 1011000 101001

Color Harmonies of #C30D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30D5A

Black with #C30D5A

Text Example


Text Example

White with #C30D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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