Html Css Color HEX #C30C5A Ruby

📋 copy color: '#C30C5A'

red 195 ◦ green 12 ◦ blue 90

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

Shades of Ruby #C30C5A

Tints of Ruby #C30C5A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.04%

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

R = 65.66%
G = 4.04%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C30C5A (or 0xC30C5A) is known color: Ruby. HEX triplet: C3, 0C and 5A. RGB value is (195,12,90). Sum of RGB (Red+Green+Blue) = 195+12+90=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30C5A is #3CF3A5. Grayscale: #4B4B4B. Windows color (decimal): -3994534 or 5901507. OLE color: 5901507.

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

Color convert

RGB 195 12 90 -
CMYK 0 0.94 0.54 0.24
HSL 334.43º 0.88% 0.41% -
HSV(B) 334.43º 0.94% 0.76% -
XYZ 24.48 12.6 10.82 -
YUV 75.61 136.13 213.16 -
System Red Green Blue C M Y K H S L
Decimal 195 12 90 0 0.94 0.54 0.24 334.43 0.88 0.41
Hex C3 C 5A 0 5E 36 18 14E 58 29
Octal 303 14 132 0 136 66 30 516 130 51
Binary 11000011 1100 1011010 0 1011110 110110 11000 101001110 1011000 101001

Color Harmonies of #C30C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30C5A

Black with #C30C5A

Text Example


Text Example

White with #C30C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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