Html Css Color HEX #C42068 Ruby

📋 copy color: '#C42068'

red 196 ◦ green 32 ◦ blue 104

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

Shades of Ruby #C42068

Tints of Ruby #C42068

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.64%

 BLUE value IS 104 (41.02% from 255) = 31.33%

R = 59.04%
G = 9.64%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C42068 (or 0xC42068) is known color: Ruby. HEX triplet: C4, 20 and 68. RGB value is (196,32,104). Sum of RGB (Red+Green+Blue) = 196+32+104=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C42068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42068 is #3BDF97. Grayscale: #595959. Windows color (decimal): -3923864 or 6824132. OLE color: 6824132.

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

Color convert

RGB 196 32 104 -
CMYK 0 0.84 0.47 0.23
HSL 333.66º 0.72% 0.45% -
HSV(B) 333.66º 0.84% 0.77% -
XYZ 25.78 13.77 14.4 -
YUV 89.24 136.33 204.15 -
System Red Green Blue C M Y K H S L
Decimal 196 32 104 0 0.84 0.47 0.23 333.66 0.72 0.45
Hex C4 20 68 0 54 2F 17 14E 48 2D
Octal 304 40 150 0 124 57 27 516 110 55
Binary 11000100 100000 1101000 0 1010100 101111 10111 101001110 1001000 101101

Color Harmonies of #C42068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42068

Black with #C42068

Text Example


Text Example

White with #C42068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42068; }

 p { color: rgb(196,32,104); }

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

background-color css

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

 a { background-color: rgb(196,32,104); }

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

border-color css

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

 span { border-color: rgb(196,32,104); }

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