Html Css Color HEX #C30552 Ruby

📋 copy color: '#C30552'

red 195 ◦ green 5 ◦ blue 82

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

Shades of Ruby #C30552

Tints of Ruby #C30552

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.77%

 BLUE value IS 82 (32.42% from 255) = 29.08%

R = 69.15%
G = 1.77%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C30552 (or 0xC30552) is known color: Ruby. HEX triplet: C3, 05 and 52. RGB value is (195,5,82). Sum of RGB (Red+Green+Blue) = 195+5+82=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C30552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30552 is #3CFAAD. Grayscale: #464646. Windows color (decimal): -3996334 or 5375427. OLE color: 5375427.

HSL color Cylindrical-coordinate representation of color #C30552: hue angle of 335.68º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C30552 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 5 82 -
CMYK 0 0.97 0.58 0.24
HSL 335.68º 0.95% 0.39% -
HSV(B) 335.68º 0.97% 0.76% -
XYZ 24.08 12.32 9.09 -
YUV 70.59 134.45 216.74 -
System Red Green Blue C M Y K H S L
Decimal 195 5 82 0 0.97 0.58 0.24 335.68 0.95 0.39
Hex C3 5 52 0 61 3A 18 150 5F 27
Octal 303 5 122 0 141 72 30 520 137 47
Binary 11000011 101 1010010 0 1100001 111010 11000 101010000 1011111 100111

Color Harmonies of #C30552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30552

Black with #C30552

Text Example


Text Example

White with #C30552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30552; }

 p { color: rgb(195,5,82); }

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

background-color css

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

 a { background-color: rgb(195,5,82); }

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

border-color css

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

 span { border-color: rgb(195,5,82); }

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