Html Css Color HEX #C30353 Razzmatazz

📋 copy color: '#C30353'

red 195 ◦ green 3 ◦ blue 83

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

Shades of Razzmatazz #C30353

Tints of Razzmatazz #C30353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.54%

R = 69.4%
G = 1.07%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C30353 (or 0xC30353) is known color: Razzmatazz. HEX triplet: C3, 03 and 53. RGB value is (195,3,83). Sum of RGB (Red+Green+Blue) = 195+3+83=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C30353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30353 is #3CFCAC. Grayscale: #454545. Windows color (decimal): -3996845 or 5440451. OLE color: 5440451.

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

Color convert

RGB 195 3 83 -
CMYK 0 0.98 0.57 0.24
HSL 335º 0.97% 0.39% -
HSV(B) 335º 0.98% 0.76% -
XYZ 24.1 12.29 9.29 -
YUV 69.53 135.61 217.5 -
System Red Green Blue C M Y K H S L
Decimal 195 3 83 0 0.98 0.57 0.24 335 0.97 0.39
Hex C3 3 53 0 62 39 18 14F 61 27
Octal 303 3 123 0 142 71 30 517 141 47
Binary 11000011 11 1010011 0 1100010 111001 11000 101001111 1100001 100111

Color Harmonies of #C30353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30353

Black with #C30353

Text Example


Text Example

White with #C30353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30353; }

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

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

background-color css

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

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

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

border-color css

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

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

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