Html Css Color HEX #C13F6D Royal Heath

📋 copy color: '#C13F6D'

red 193 ◦ green 63 ◦ blue 109

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

Shades of Royal Heath #C13F6D

Tints of Royal Heath #C13F6D

RGB

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

 GREEN value IS 63 (25% from 255) = 17.26%

 BLUE value IS 109 (42.97% from 255) = 29.86%

R = 52.88%
G = 17.26%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C13F6D (or 0xC13F6D) is known color: Royal Heath. HEX triplet: C1, 3F and 6D. RGB value is (193,63,109). Sum of RGB (Red+Green+Blue) = 193+63+109=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13F6D is #3EC092. Grayscale: #6B6B6B. Windows color (decimal): -4112531 or 7159745. OLE color: 7159745.

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

Color convert

RGB 193 63 109 -
CMYK 0 0.67 0.44 0.24
HSL 338.77º 0.51% 0.5% -
HSV(B) 338.77º 0.67% 0.76% -
XYZ 26.53 16 16.16 -
YUV 107.11 129.07 189.26 -
System Red Green Blue C M Y K H S L
Decimal 193 63 109 0 0.67 0.44 0.24 338.77 0.51 0.5
Hex C1 3F 6D 0 43 2C 18 153 33 32
Octal 301 77 155 0 103 54 30 523 63 62
Binary 11000001 111111 1101101 0 1000011 101100 11000 101010011 110011 110010

Color Harmonies of #C13F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13F6D

Black with #C13F6D

Text Example


Text Example

White with #C13F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13F6D; }

 p { color: rgb(193,63,109); }

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

background-color css

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

 a { background-color: rgb(193,63,109); }

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

border-color css

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

 span { border-color: rgb(193,63,109); }

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