Html Css Color HEX #C33D6D Royal Heath

📋 copy color: '#C33D6D'

red 195 ◦ green 61 ◦ blue 109

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

Shades of Royal Heath #C33D6D

Tints of Royal Heath #C33D6D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.71%

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

R = 53.42%
G = 16.71%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C33D6D (or 0xC33D6D) is known color: Royal Heath. HEX triplet: C3, 3D and 6D. RGB value is (195,61,109). Sum of RGB (Red+Green+Blue) = 195+61+109=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33D6D is #3CC292. Grayscale: #6A6A6A. Windows color (decimal): -3981971 or 7159235. OLE color: 7159235.

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

Color convert

RGB 195 61 109 -
CMYK 0 0.69 0.44 0.24
HSL 338.51º 0.53% 0.5% -
HSV(B) 338.51º 0.69% 0.76% -
XYZ 26.93 16.04 16.15 -
YUV 106.54 129.39 191.1 -
System Red Green Blue C M Y K H S L
Decimal 195 61 109 0 0.69 0.44 0.24 338.51 0.53 0.5
Hex C3 3D 6D 0 45 2C 18 153 35 32
Octal 303 75 155 0 105 54 30 523 65 62
Binary 11000011 111101 1101101 0 1000101 101100 11000 101010011 110101 110010

Color Harmonies of #C33D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33D6D

Black with #C33D6D

Text Example


Text Example

White with #C33D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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