Html Css Color HEX #C33C75 Royal Heath

📋 copy color: '#C33C75'

red 195 ◦ green 60 ◦ blue 117

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

Shades of Royal Heath #C33C75

Tints of Royal Heath #C33C75

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.13%

 BLUE value IS 117 (46.09% from 255) = 31.45%

R = 52.42%
G = 16.13%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C33C75 (or 0xC33C75) is known color: Royal Heath. HEX triplet: C3, 3C and 75. RGB value is (195,60,117). Sum of RGB (Red+Green+Blue) = 195+60+117=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33C75 is #3CC38A. Grayscale: #6A6A6A. Windows color (decimal): -3982219 or 7683267. OLE color: 7683267.

HSL color Cylindrical-coordinate representation of color #C33C75: hue angle of 334.67º 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 #C33C75 is Cyan = 0, Magento = 0.69, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 60 117 -
CMYK 0 0.69 0.4 0.24
HSL 334.67º 0.53% 0.5% -
HSV(B) 334.67º 0.69% 0.76% -
XYZ 27.33 16.12 18.5 -
YUV 106.86 133.73 190.87 -
System Red Green Blue C M Y K H S L
Decimal 195 60 117 0 0.69 0.4 0.24 334.67 0.53 0.5
Hex C3 3C 75 0 45 28 18 14F 35 32
Octal 303 74 165 0 105 50 30 517 65 62
Binary 11000011 111100 1110101 0 1000101 101000 11000 101001111 110101 110010

Color Harmonies of #C33C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33C75

Black with #C33C75

Text Example


Text Example

White with #C33C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33C75; }

 p { color: rgb(195,60,117); }

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

background-color css

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

 a { background-color: rgb(195,60,117); }

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

border-color css

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

 span { border-color: rgb(195,60,117); }

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