Html Css Color HEX #C41B67 Ruby

📋 copy color: '#C41B67'

red 196 ◦ green 27 ◦ blue 103

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

Shades of Ruby #C41B67

Tints of Ruby #C41B67

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.28%

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

R = 60.12%
G = 8.28%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C41B67 (or 0xC41B67) is known color: Ruby. HEX triplet: C4, 1B and 67. RGB value is (196,27,103). Sum of RGB (Red+Green+Blue) = 196+27+103=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41B67 is #3BE498. Grayscale: #565656. Windows color (decimal): -3925145 or 6757316. OLE color: 6757316.

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

Color convert

RGB 196 27 103 -
CMYK 0 0.86 0.47 0.23
HSL 333.02º 0.76% 0.44% -
HSV(B) 333.02º 0.86% 0.77% -
XYZ 25.61 13.5 14.09 -
YUV 86.2 137.49 206.32 -
System Red Green Blue C M Y K H S L
Decimal 196 27 103 0 0.86 0.47 0.23 333.02 0.76 0.44
Hex C4 1B 67 0 56 2F 17 14D 4C 2C
Octal 304 33 147 0 126 57 27 515 114 54
Binary 11000100 11011 1100111 0 1010110 101111 10111 101001101 1001100 101100

Color Harmonies of #C41B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41B67

Black with #C41B67

Text Example


Text Example

White with #C41B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41B67; }

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

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

background-color css

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

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

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

border-color css

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

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

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