Html Css Color HEX #C30D62 Ruby

📋 copy color: '#C30D62'

red 195 ◦ green 13 ◦ blue 98

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

Shades of Ruby #C30D62

Tints of Ruby #C30D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.03%

R = 63.73%
G = 4.25%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C30D62 (or 0xC30D62) is known color: Ruby. HEX triplet: C3, 0D and 62. RGB value is (195,13,98). Sum of RGB (Red+Green+Blue) = 195+13+98=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30D62 is #3CF29D. Grayscale: #4C4C4C. Windows color (decimal): -3994270 or 6426051. OLE color: 6426051.

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

Color convert

RGB 195 13 98 -
CMYK 0 0.93 0.50 0.24
HSL 331.98º 0.88% 0.41% -
HSV(B) 331.98º 0.93% 0.76% -
XYZ 24.85 12.77 12.71 -
YUV 77.11 139.8 212.09 -
System Red Green Blue C M Y K H S L
Decimal 195 13 98 0 0.93 0.50 0.24 331.98 0.88 0.41
Hex C3 D 62 0 5D 32 18 14C 58 29
Octal 303 15 142 0 135 62 30 514 130 51
Binary 11000011 1101 1100010 0 1011101 110010 11000 101001100 1011000 101001

Color Harmonies of #C30D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30D62

Black with #C30D62

Text Example


Text Example

White with #C30D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30D62; }

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

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

background-color css

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

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

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

border-color css

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

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

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