Html Css Color HEX #C2125C Ruby

📋 copy color: '#C2125C'

red 194 ◦ green 18 ◦ blue 92

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

Shades of Ruby #C2125C

Tints of Ruby #C2125C

RGB

 RED value IS 194 (76.17% from 255) = 63.82%

 GREEN value IS 18 (7.42% from 255) = 5.92%

 BLUE value IS 92 (36.33% from 255) = 30.26%

R = 63.82%
G = 5.92%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2125C (or 0xC2125C) is known color: Ruby. HEX triplet: C2, 12 and 5C. RGB value is (194,18,92). Sum of RGB (Red+Green+Blue) = 194+18+92=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C2125C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2125C is #3DEDA3. Grayscale: #4E4E4E. Windows color (decimal): -4058532 or 6034114. OLE color: 6034114.

HSL color Cylindrical-coordinate representation of color #C2125C: hue angle of 334.77º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2125C is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 18 92 -
CMYK 0 0.91 0.53 0.24
HSL 334.77º 0.83% 0.42% -
HSV(B) 334.77º 0.91% 0.76% -
XYZ 24.4 12.67 11.29 -
YUV 79.06 135.31 209.98 -
System Red Green Blue C M Y K H S L
Decimal 194 18 92 0 0.91 0.53 0.24 334.77 0.83 0.42
Hex C2 12 5C 0 5B 35 18 14F 53 2A
Octal 302 22 134 0 133 65 30 517 123 52
Binary 11000010 10010 1011100 0 1011011 110101 11000 101001111 1010011 101010

Color Harmonies of #C2125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2125C

Black with #C2125C

Text Example


Text Example

White with #C2125C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2125C; }

 p { color: rgb(194,18,92); }

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

background-color css

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

 a { background-color: rgb(194,18,92); }

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

border-color css

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

 span { border-color: rgb(194,18,92); }

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