Html Css Color HEX #C21C67 Ruby

📋 copy color: '#C21C67'

red 194 ◦ green 28 ◦ blue 103

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

Shades of Ruby #C21C67

Tints of Ruby #C21C67

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.62%

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

R = 59.69%
G = 8.62%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C21C67 (or 0xC21C67) is known color: Ruby. HEX triplet: C2, 1C and 67. RGB value is (194,28,103). Sum of RGB (Red+Green+Blue) = 194+28+103=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21C67 is #3DE398. Grayscale: #565656. Windows color (decimal): -4055961 or 6757570. OLE color: 6757570.

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

Color convert

RGB 194 28 103 -
CMYK 0 0.86 0.47 0.24
HSL 332.89º 0.75% 0.44% -
HSV(B) 332.89º 0.86% 0.76% -
XYZ 25.11 13.28 14.07 -
YUV 86.18 137.5 204.9 -
System Red Green Blue C M Y K H S L
Decimal 194 28 103 0 0.86 0.47 0.24 332.89 0.75 0.44
Hex C2 1C 67 0 56 2F 18 14D 4B 2C
Octal 302 34 147 0 126 57 30 515 113 54
Binary 11000010 11100 1100111 0 1010110 101111 11000 101001101 1001011 101100

Color Harmonies of #C21C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21C67

Black with #C21C67

Text Example


Text Example

White with #C21C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21C67; }

 p { color: rgb(194,28,103); }

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

background-color css

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

 a { background-color: rgb(194,28,103); }

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

border-color css

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

 span { border-color: rgb(194,28,103); }

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