Html Css Color HEX #C8025C Ruby

📋 copy color: '#C8025C'

red 200 ◦ green 2 ◦ blue 92

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

Shades of Ruby #C8025C

Tints of Ruby #C8025C

RGB

 RED value IS 200 (78.52% from 255) = 68.03%

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 68.03%
G = 0.68%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8025C (or 0xC8025C) is known color: Ruby. HEX triplet: C8, 02 and 5C. RGB value is (200,2,92). Sum of RGB (Red+Green+Blue) = 200+2+92=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C8025C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8025C is #37FDA3. Grayscale: #474747. Windows color (decimal): -3669412 or 6030024. OLE color: 6030024.

HSL color Cylindrical-coordinate representation of color #C8025C: hue angle of 332.73º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8025C is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 2 92 -
CMYK 0 0.99 0.54 0.22
HSL 332.73º 0.98% 0.4% -
HSV(B) 332.73º 0.99% 0.78% -
XYZ 25.77 13.1 11.29 -
YUV 71.46 139.6 219.68 -
System Red Green Blue C M Y K H S L
Decimal 200 2 92 0 0.99 0.54 0.22 332.73 0.98 0.4
Hex C8 2 5C 0 63 36 16 14D 62 28
Octal 310 2 134 0 143 66 26 515 142 50
Binary 11001000 10 1011100 0 1100011 110110 10110 101001101 1100010 101000

Color Harmonies of #C8025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8025C

Black with #C8025C

Text Example


Text Example

White with #C8025C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8025C; }

 p { color: rgb(200,2,92); }

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

background-color css

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

 a { background-color: rgb(200,2,92); }

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

border-color css

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

 span { border-color: rgb(200,2,92); }

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