Html Css Color HEX #C30562 Jazzberry Jam

📋 copy color: '#C30562'

red 195 ◦ green 5 ◦ blue 98

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

Shades of Jazzberry Jam #C30562

Tints of Jazzberry Jam #C30562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.89%

R = 65.44%
G = 1.68%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C30562 (or 0xC30562) is known color: Jazzberry Jam. HEX triplet: C3, 05 and 62. RGB value is (195,5,98). Sum of RGB (Red+Green+Blue) = 195+5+98=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C30562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30562 is #3CFA9D. Grayscale: #484848. Windows color (decimal): -3996318 or 6424003. OLE color: 6424003.

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

Color convert

RGB 195 5 98 -
CMYK 0 0.97 0.50 0.24
HSL 330.63º 0.95% 0.39% -
HSV(B) 330.63º 0.97% 0.76% -
XYZ 24.76 12.59 12.68 -
YUV 72.41 142.45 215.44 -
System Red Green Blue C M Y K H S L
Decimal 195 5 98 0 0.97 0.50 0.24 330.63 0.95 0.39
Hex C3 5 62 0 61 32 18 14B 5F 27
Octal 303 5 142 0 141 62 30 513 137 47
Binary 11000011 101 1100010 0 1100001 110010 11000 101001011 1011111 100111

Color Harmonies of #C30562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30562

Black with #C30562

Text Example


Text Example

White with #C30562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30562; }

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

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

background-color css

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

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

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

border-color css

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

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

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