Html Css Color HEX #C3054F Razzmatazz

📋 copy color: '#C3054F'

red 195 ◦ green 5 ◦ blue 79

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

Shades of Razzmatazz #C3054F

Tints of Razzmatazz #C3054F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.79%

 BLUE value IS 79 (31.25% from 255) = 28.32%

R = 69.89%
G = 1.79%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C3054F (or 0xC3054F) is known color: Razzmatazz. HEX triplet: C3, 05 and 4F. RGB value is (195,5,79). Sum of RGB (Red+Green+Blue) = 195+5+79=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C3054F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3054F is #3CFAB0. Grayscale: #464646. Windows color (decimal): -3996337 or 5178819. OLE color: 5178819.

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

Color convert

RGB 195 5 79 -
CMYK 0 0.97 0.59 0.24
HSL 336.63º 0.95% 0.39% -
HSV(B) 336.63º 0.97% 0.76% -
XYZ 23.97 12.28 8.5 -
YUV 70.25 132.95 216.98 -
System Red Green Blue C M Y K H S L
Decimal 195 5 79 0 0.97 0.59 0.24 336.63 0.95 0.39
Hex C3 5 4F 0 61 3B 18 151 5F 27
Octal 303 5 117 0 141 73 30 521 137 47
Binary 11000011 101 1001111 0 1100001 111011 11000 101010001 1011111 100111

Color Harmonies of #C3054F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3054F

Black with #C3054F

Text Example


Text Example

White with #C3054F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3054F; }

 p { color: rgb(195,5,79); }

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

background-color css

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

 a { background-color: rgb(195,5,79); }

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

border-color css

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

 span { border-color: rgb(195,5,79); }

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