Html Css Color HEX #C14B7D Royal Heath

📋 copy color: '#C14B7D'

red 193 ◦ green 75 ◦ blue 125

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

Shades of Royal Heath #C14B7D

Tints of Royal Heath #C14B7D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.08%

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

R = 49.11%
G = 19.08%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C14B7D (or 0xC14B7D) is known color: Royal Heath. HEX triplet: C1, 4B and 7D. RGB value is (193,75,125). Sum of RGB (Red+Green+Blue) = 193+75+125=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14B7D is #3EB482. Grayscale: #737373. Windows color (decimal): -4109443 or 8211393. OLE color: 8211393.

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

Color convert

RGB 193 75 125 -
CMYK 0 0.61 0.35 0.24
HSL 334.58º 0.49% 0.53% -
HSV(B) 334.58º 0.61% 0.76% -
XYZ 28.21 17.85 21.36 -
YUV 115.98 133.09 182.93 -
System Red Green Blue C M Y K H S L
Decimal 193 75 125 0 0.61 0.35 0.24 334.58 0.49 0.53
Hex C1 4B 7D 0 3D 23 18 14F 31 35
Octal 301 113 175 0 75 43 30 517 61 65
Binary 11000001 1001011 1111101 0 111101 100011 11000 101001111 110001 110101

Color Harmonies of #C14B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14B7D

Black with #C14B7D

Text Example


Text Example

White with #C14B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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