Html Css Color HEX #C30163 Jazzberry Jam

📋 copy color: '#C30163'

red 195 ◦ green 1 ◦ blue 99

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

Shades of Jazzberry Jam #C30163

Tints of Jazzberry Jam #C30163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.56%

R = 66.1%
G = 0.34%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C30163 (or 0xC30163) is known color: Jazzberry Jam. HEX triplet: C3, 01 and 63. RGB value is (195,1,99). Sum of RGB (Red+Green+Blue) = 195+1+99=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C30163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30163 is #3CFE9C. Grayscale: #454545. Windows color (decimal): -3997341 or 6488515. OLE color: 6488515.

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

Color convert

RGB 195 1 99 -
CMYK 0 0.99 0.49 0.24
HSL 329.69º 0.99% 0.38% -
HSV(B) 329.69º 0.99% 0.76% -
XYZ 24.77 12.52 12.92 -
YUV 70.18 144.27 217.03 -
System Red Green Blue C M Y K H S L
Decimal 195 1 99 0 0.99 0.49 0.24 329.69 0.99 0.38
Hex C3 1 63 0 63 31 18 14A 63 26
Octal 303 1 143 0 143 61 30 512 143 46
Binary 11000011 1 1100011 0 1100011 110001 11000 101001010 1100011 100110

Color Harmonies of #C30163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30163

Black with #C30163

Text Example


Text Example

White with #C30163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30163; }

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

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

background-color css

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

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

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

border-color css

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

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

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