Html Css Color HEX #C30563 Jazzberry Jam

📋 copy color: '#C30563'

red 195 ◦ green 5 ◦ blue 99

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

Shades of Jazzberry Jam #C30563

Tints of Jazzberry Jam #C30563

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.67%

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

R = 65.22%
G = 1.67%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C30563 (or 0xC30563) is known color: Jazzberry Jam. HEX triplet: C3, 05 and 63. RGB value is (195,5,99). Sum of RGB (Red+Green+Blue) = 195+5+99=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C30563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30563 is #3CFA9C. Grayscale: #484848. Windows color (decimal): -3996317 or 6489539. OLE color: 6489539.

HSL color Cylindrical-coordinate representation of color #C30563: hue angle of 330.32º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C30563 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 5 99 -
CMYK 0 0.97 0.49 0.24
HSL 330.32º 0.95% 0.39% -
HSV(B) 330.32º 0.97% 0.76% -
XYZ 24.81 12.61 12.93 -
YUV 72.53 142.95 215.36 -
System Red Green Blue C M Y K H S L
Decimal 195 5 99 0 0.97 0.49 0.24 330.32 0.95 0.39
Hex C3 5 63 0 61 31 18 14A 5F 27
Octal 303 5 143 0 141 61 30 512 137 47
Binary 11000011 101 1100011 0 1100001 110001 11000 101001010 1011111 100111

Color Harmonies of #C30563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30563

Black with #C30563

Text Example


Text Example

White with #C30563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30563; }

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

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

background-color css

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

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

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

border-color css

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

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

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