Html Css Color HEX #C30658 Ruby

📋 copy color: '#C30658'

red 195 ◦ green 6 ◦ blue 88

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

Shades of Ruby #C30658

Tints of Ruby #C30658

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.08%

 BLUE value IS 88 (34.77% from 255) = 30.45%

R = 67.47%
G = 2.08%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C30658 (or 0xC30658) is known color: Ruby. HEX triplet: C3, 06 and 58. RGB value is (195,6,88). Sum of RGB (Red+Green+Blue) = 195+6+88=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C30658 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30658 is #3CF9A7. Grayscale: #474747. Windows color (decimal): -3996072 or 5768899. OLE color: 5768899.

HSL color Cylindrical-coordinate representation of color #C30658: hue angle of 333.97º degrees, saturation: 0.94, 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 #C30658 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 6 88 -
CMYK 0 0.97 0.55 0.24
HSL 333.97º 0.94% 0.39% -
HSV(B) 333.97º 0.97% 0.76% -
XYZ 24.33 12.44 10.35 -
YUV 71.86 137.12 215.83 -
System Red Green Blue C M Y K H S L
Decimal 195 6 88 0 0.97 0.55 0.24 333.97 0.94 0.39
Hex C3 6 58 0 61 37 18 14E 5E 27
Octal 303 6 130 0 141 67 30 516 136 47
Binary 11000011 110 1011000 0 1100001 110111 11000 101001110 1011110 100111

Color Harmonies of #C30658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30658

Black with #C30658

Text Example


Text Example

White with #C30658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30658; }

 p { color: rgb(195,6,88); }

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

background-color css

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

 a { background-color: rgb(195,6,88); }

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

border-color css

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

 span { border-color: rgb(195,6,88); }

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