Html Css Color HEX #C14D7D Royal Heath

📋 copy color: '#C14D7D'

red 193 ◦ green 77 ◦ blue 125

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

Shades of Royal Heath #C14D7D

Tints of Royal Heath #C14D7D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.49%

 BLUE value IS 125 (49.22% from 255) = 31.65%

R = 48.86%
G = 19.49%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C14D7D (or 0xC14D7D) is known color: Royal Heath. HEX triplet: C1, 4D and 7D. RGB value is (193,77,125). Sum of RGB (Red+Green+Blue) = 193+77+125=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14D7D is #3EB282. Grayscale: #757575. Windows color (decimal): -4108931 or 8211905. OLE color: 8211905.

HSL color Cylindrical-coordinate representation of color #C14D7D: hue angle of 335.17º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C14D7D is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 77 125 -
CMYK 0 0.60 0.35 0.24
HSL 335.17º 0.48% 0.53% -
HSV(B) 335.17º 0.6% 0.76% -
XYZ 28.35 18.13 21.41 -
YUV 117.16 132.43 182.1 -
System Red Green Blue C M Y K H S L
Decimal 193 77 125 0 0.60 0.35 0.24 335.17 0.48 0.53
Hex C1 4D 7D 0 3C 23 18 14F 30 35
Octal 301 115 175 0 74 43 30 517 60 65
Binary 11000001 1001101 1111101 0 111100 100011 11000 101001111 110000 110101

Color Harmonies of #C14D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14D7D

Black with #C14D7D

Text Example


Text Example

White with #C14D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14D7D; }

 p { color: rgb(193,77,125); }

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

background-color css

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

 a { background-color: rgb(193,77,125); }

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

border-color css

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

 span { border-color: rgb(193,77,125); }

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