Html Css Color HEX #C63E6F Royal Heath

📋 copy color: '#C63E6F'

red 198 ◦ green 62 ◦ blue 111

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

Shades of Royal Heath #C63E6F

Tints of Royal Heath #C63E6F

RGB

 RED value IS 198 (77.73% from 255) = 53.37%

 GREEN value IS 62 (24.61% from 255) = 16.71%

 BLUE value IS 111 (43.75% from 255) = 29.92%

R = 53.37%
G = 16.71%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C63E6F (or 0xC63E6F) is known color: Royal Heath. HEX triplet: C6, 3E and 6F. RGB value is (198,62,111). Sum of RGB (Red+Green+Blue) = 198+62+111=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C63E6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63E6F is #39C190. Grayscale: #6C6C6C. Windows color (decimal): -3785105 or 7290566. OLE color: 7290566.

HSL color Cylindrical-coordinate representation of color #C63E6F: hue angle of 338.38º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63E6F is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 62 111 -
CMYK 0 0.69 0.44 0.22
HSL 338.38º 0.54% 0.51% -
HSV(B) 338.38º 0.69% 0.78% -
XYZ 27.88 16.6 16.77 -
YUV 108.25 129.56 192.02 -
System Red Green Blue C M Y K H S L
Decimal 198 62 111 0 0.69 0.44 0.22 338.38 0.54 0.51
Hex C6 3E 6F 0 45 2C 16 152 36 33
Octal 306 76 157 0 105 54 26 522 66 63
Binary 11000110 111110 1101111 0 1000101 101100 10110 101010010 110110 110011

Color Harmonies of #C63E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63E6F

Black with #C63E6F

Text Example


Text Example

White with #C63E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63E6F; }

 p { color: rgb(198,62,111); }

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

background-color css

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

 a { background-color: rgb(198,62,111); }

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

border-color css

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

 span { border-color: rgb(198,62,111); }

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