Html Css Color HEX #C3336D Royal Heath

📋 copy color: '#C3336D'

red 195 ◦ green 51 ◦ blue 109

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

Shades of Royal Heath #C3336D

Tints of Royal Heath #C3336D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.37%

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

R = 54.93%
G = 14.37%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3336D (or 0xC3336D) is known color: Royal Heath. HEX triplet: C3, 33 and 6D. RGB value is (195,51,109). Sum of RGB (Red+Green+Blue) = 195+51+109=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C3336D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3336D is #3CCC92. Grayscale: #646464. Windows color (decimal): -3984531 or 7156675. OLE color: 7156675.

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

Color convert

RGB 195 51 109 -
CMYK 0 0.74 0.44 0.24
HSL 335.83º 0.59% 0.48% -
HSV(B) 335.83º 0.74% 0.76% -
XYZ 26.45 15.07 15.98 -
YUV 100.67 132.71 195.28 -
System Red Green Blue C M Y K H S L
Decimal 195 51 109 0 0.74 0.44 0.24 335.83 0.59 0.48
Hex C3 33 6D 0 4A 2C 18 150 3B 30
Octal 303 63 155 0 112 54 30 520 73 60
Binary 11000011 110011 1101101 0 1001010 101100 11000 101010000 111011 110000

Color Harmonies of #C3336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3336D

Black with #C3336D

Text Example


Text Example

White with #C3336D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3336D; }

 p { color: rgb(195,51,109); }

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

background-color css

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

 a { background-color: rgb(195,51,109); }

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

border-color css

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

 span { border-color: rgb(195,51,109); }

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