Html Css Color HEX #C1427C Royal Heath

📋 copy color: '#C1427C'

red 193 ◦ green 66 ◦ blue 124

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

Shades of Royal Heath #C1427C

Tints of Royal Heath #C1427C

RGB

 RED value IS 193 (75.78% from 255) = 50.39%

 GREEN value IS 66 (26.17% from 255) = 17.23%

 BLUE value IS 124 (48.83% from 255) = 32.38%

R = 50.39%
G = 17.23%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1427C (or 0xC1427C) is known color: Royal Heath. HEX triplet: C1, 42 and 7C. RGB value is (193,66,124). Sum of RGB (Red+Green+Blue) = 193+66+124=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C1427C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1427C is #3EBD83. Grayscale: #6E6E6E. Windows color (decimal): -4111748 or 8143553. OLE color: 8143553.

HSL color Cylindrical-coordinate representation of color #C1427C: hue angle of 332.6º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C1427C is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 66 124 -
CMYK 0 0.66 0.36 0.24
HSL 332.6º 0.51% 0.51% -
HSV(B) 332.6º 0.66% 0.76% -
XYZ 27.58 16.69 20.84 -
YUV 110.59 135.58 186.78 -
System Red Green Blue C M Y K H S L
Decimal 193 66 124 0 0.66 0.36 0.24 332.6 0.51 0.51
Hex C1 42 7C 0 42 24 18 14D 33 33
Octal 301 102 174 0 102 44 30 515 63 63
Binary 11000001 1000010 1111100 0 1000010 100100 11000 101001101 110011 110011

Color Harmonies of #C1427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1427C

Black with #C1427C

Text Example


Text Example

White with #C1427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1427C; }

 p { color: rgb(193,66,124); }

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

background-color css

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

 a { background-color: rgb(193,66,124); }

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

border-color css

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

 span { border-color: rgb(193,66,124); }

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