Html Css Color HEX #C3507D Royal Heath

📋 copy color: '#C3507D'

red 195 ◦ green 80 ◦ blue 125

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

Shades of Royal Heath #C3507D

Tints of Royal Heath #C3507D

RGB

 RED value IS 195 (76.56% from 255) = 48.75%

 GREEN value IS 80 (31.64% from 255) = 20%

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

R = 48.75%
G = 20%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3507D (or 0xC3507D) is known color: Royal Heath. HEX triplet: C3, 50 and 7D. RGB value is (195,80,125). Sum of RGB (Red+Green+Blue) = 195+80+125=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C3507D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3507D is #3CAF82. Grayscale: #777777. Windows color (decimal): -3977091 or 8212675. OLE color: 8212675.

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

Color convert

RGB 195 80 125 -
CMYK 0 0.59 0.36 0.24
HSL 336.52º 0.49% 0.54% -
HSV(B) 336.52º 0.59% 0.76% -
XYZ 29.08 18.82 21.5 -
YUV 119.52 131.1 181.84 -
System Red Green Blue C M Y K H S L
Decimal 195 80 125 0 0.59 0.36 0.24 336.52 0.49 0.54
Hex C3 50 7D 0 3B 24 18 151 31 36
Octal 303 120 175 0 73 44 30 521 61 66
Binary 11000011 1010000 1111101 0 111011 100100 11000 101010001 110001 110110

Color Harmonies of #C3507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3507D

Black with #C3507D

Text Example


Text Example

White with #C3507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3507D; }

 p { color: rgb(195,80,125); }

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

background-color css

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

 a { background-color: rgb(195,80,125); }

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

border-color css

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

 span { border-color: rgb(195,80,125); }

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