Html Css Color HEX #C30151 Razzmatazz

📋 copy color: '#C30151'

red 195 ◦ green 1 ◦ blue 81

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

Shades of Razzmatazz #C30151

Tints of Razzmatazz #C30151

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 70.4%
G = 0.36%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C30151 (or 0xC30151) is known color: Razzmatazz. HEX triplet: C3, 01 and 51. RGB value is (195,1,81). Sum of RGB (Red+Green+Blue) = 195+1+81=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C30151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30151 is #3CFEAE. Grayscale: #444444. Windows color (decimal): -3997359 or 5308867. OLE color: 5308867.

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

Color convert

RGB 195 1 81 -
CMYK 0 0.99 0.58 0.24
HSL 335.26º 0.99% 0.38% -
HSV(B) 335.26º 0.99% 0.76% -
XYZ 24 12.22 8.88 -
YUV 68.13 135.27 218.5 -
System Red Green Blue C M Y K H S L
Decimal 195 1 81 0 0.99 0.58 0.24 335.26 0.99 0.38
Hex C3 1 51 0 63 3A 18 14F 63 26
Octal 303 1 121 0 143 72 30 517 143 46
Binary 11000011 1 1010001 0 1100011 111010 11000 101001111 1100011 100110

Color Harmonies of #C30151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30151

Black with #C30151

Text Example


Text Example

White with #C30151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30151; }

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

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

background-color css

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

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

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

border-color css

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

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

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