Html Css Color HEX #C41267 Ruby

📋 copy color: '#C41267'

red 196 ◦ green 18 ◦ blue 103

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

Shades of Ruby #C41267

Tints of Ruby #C41267

RGB

 RED value IS 196 (76.95% from 255) = 61.83%

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

 BLUE value IS 103 (40.63% from 255) = 32.49%

R = 61.83%
G = 5.68%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C41267 (or 0xC41267) is known color: Ruby. HEX triplet: C4, 12 and 67. RGB value is (196,18,103). Sum of RGB (Red+Green+Blue) = 196+18+103=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C41267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41267 is #3BED98. Grayscale: #505050. Windows color (decimal): -3927449 or 6755012. OLE color: 6755012.

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

Color convert

RGB 196 18 103 -
CMYK 0 0.91 0.47 0.23
HSL 331.35º 0.83% 0.42% -
HSV(B) 331.35º 0.91% 0.77% -
XYZ 25.43 13.15 14.03 -
YUV 80.91 140.47 210.09 -
System Red Green Blue C M Y K H S L
Decimal 196 18 103 0 0.91 0.47 0.23 331.35 0.83 0.42
Hex C4 12 67 0 5B 2F 17 14B 53 2A
Octal 304 22 147 0 133 57 27 513 123 52
Binary 11000100 10010 1100111 0 1011011 101111 10111 101001011 1010011 101010

Color Harmonies of #C41267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41267

Black with #C41267

Text Example


Text Example

White with #C41267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41267; }

 p { color: rgb(196,18,103); }

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

background-color css

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

 a { background-color: rgb(196,18,103); }

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

border-color css

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

 span { border-color: rgb(196,18,103); }

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