Html Css Color HEX #C30052 Razzmatazz

📋 copy color: '#C30052'

red 195 ◦ green 0 ◦ blue 82

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

Shades of Razzmatazz #C30052

Tints of Razzmatazz #C30052

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 82 (32.42% from 255) = 29.6%

R = 70.4%
G = 0%
B = 29.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C30052 (or 0xC30052) is known color: Razzmatazz. HEX triplet: C3, 00 and 52. RGB value is (195,0,82). Sum of RGB (Red+Green+Blue) = 195+0+82=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C30052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30052 is #3CFFAD. Grayscale: #434343. Windows color (decimal): -3997614 or 5374147. OLE color: 5374147.

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

Color convert

RGB 195 0 82 -
CMYK 0 1 0.58 0.24
HSL 334.77º 1% 0.38% -
HSV(B) 334.77º 1% 0.76% -
XYZ 24.03 12.21 9.07 -
YUV 67.65 136.1 218.83 -
System Red Green Blue C M Y K H S L
Decimal 195 0 82 0 1 0.58 0.24 334.77 1 0.38
Hex C3 0 52 0 64 3A 18 14F 64 26
Octal 303 0 122 0 144 72 30 517 144 46
Binary 11000011 0 1010010 0 1100100 111010 11000 101001111 1100100 100110

Color Harmonies of #C30052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30052

Black with #C30052

Text Example


Text Example

White with #C30052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30052; }

 p { color: rgb(195,0,82); }

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

background-color css

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

 a { background-color: rgb(195,0,82); }

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

border-color css

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

 span { border-color: rgb(195,0,82); }

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