Html Css Color HEX #C30152 Razzmatazz

📋 copy color: '#C30152'

red 195 ◦ green 1 ◦ blue 82

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

Shades of Razzmatazz #C30152

Tints of Razzmatazz #C30152

RGB

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

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

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

R = 70.14%
G = 0.36%
B = 29.5%

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

#C30152 (or 0xC30152) is known color: Razzmatazz. HEX triplet: C3, 01 and 52. RGB value is (195,1,82). Sum of RGB (Red+Green+Blue) = 195+1+82=278 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.14% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 195 - color contains mainly: red. Hex color #C30152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30152 is #3CFEAD. Grayscale: #444444. Windows color (decimal): -3997358 or 5374403. OLE color: 5374403.

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

Color convert

RGB 195 1 82 -
CMYK 0 0.99 0.58 0.24
HSL 334.95º 0.99% 0.38% -
HSV(B) 334.95º 0.99% 0.76% -
XYZ 24.04 12.23 9.08 -
YUV 68.24 135.77 218.41 -
System Red Green Blue C M Y K H S L
Decimal 195 1 82 0 0.99 0.58 0.24 334.95 0.99 0.38
Hex C3 1 52 0 63 3A 18 14F 63 26
Octal 303 1 122 0 143 72 30 517 143 46
Binary 11000011 1 1010010 0 1100011 111010 11000 101001111 1100011 100110

Color Harmonies of #C30152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30152

Black with #C30152

Text Example


Text Example

White with #C30152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30152; }

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

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

background-color css

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

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

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

border-color css

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

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

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