Html Css Color HEX #C30351 Razzmatazz

📋 copy color: '#C30351'

red 195 ◦ green 3 ◦ blue 81

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

Shades of Razzmatazz #C30351

Tints of Razzmatazz #C30351

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

 BLUE value IS 81 (32.03% from 255) = 29.03%

R = 69.89%
G = 1.08%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C30351 (or 0xC30351) is known color: Razzmatazz. HEX triplet: C3, 03 and 51. RGB value is (195,3,81). Sum of RGB (Red+Green+Blue) = 195+3+81=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C30351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30351 is #3CFCAE. Grayscale: #454545. Windows color (decimal): -3996847 or 5309379. OLE color: 5309379.

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

Color convert

RGB 195 3 81 -
CMYK 0 0.98 0.58 0.24
HSL 335.63º 0.97% 0.39% -
HSV(B) 335.63º 0.98% 0.76% -
XYZ 24.02 12.26 8.89 -
YUV 69.3 134.61 217.66 -
System Red Green Blue C M Y K H S L
Decimal 195 3 81 0 0.98 0.58 0.24 335.63 0.97 0.39
Hex C3 3 51 0 62 3A 18 150 61 27
Octal 303 3 121 0 142 72 30 520 141 47
Binary 11000011 11 1010001 0 1100010 111010 11000 101010000 1100001 100111

Color Harmonies of #C30351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30351

Black with #C30351

Text Example


Text Example

White with #C30351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30351; }

 p { color: rgb(195,3,81); }

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

background-color css

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

 a { background-color: rgb(195,3,81); }

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

border-color css

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

 span { border-color: rgb(195,3,81); }

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