Html Css Color HEX #C30864 Jazzberry Jam

📋 copy color: '#C30864'

red 195 ◦ green 8 ◦ blue 100

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

Shades of Jazzberry Jam #C30864

Tints of Jazzberry Jam #C30864

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.64%

 BLUE value IS 100 (39.45% from 255) = 33%

R = 64.36%
G = 2.64%
B = 33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C30864 (or 0xC30864) is known color: Jazzberry Jam. HEX triplet: C3, 08 and 64. RGB value is (195,8,100). Sum of RGB (Red+Green+Blue) = 195+8+100=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C30864 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30864 is #3CF79B. Grayscale: #4A4A4A. Windows color (decimal): -3995548 or 6555843. OLE color: 6555843.

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

Color convert

RGB 195 8 100 -
CMYK 0 0.96 0.49 0.24
HSL 330.48º 0.92% 0.4% -
HSV(B) 330.48º 0.96% 0.76% -
XYZ 24.89 12.7 13.2 -
YUV 74.4 142.45 214.02 -
System Red Green Blue C M Y K H S L
Decimal 195 8 100 0 0.96 0.49 0.24 330.48 0.92 0.4
Hex C3 8 64 0 60 31 18 14A 5C 28
Octal 303 10 144 0 140 61 30 512 134 50
Binary 11000011 1000 1100100 0 1100000 110001 11000 101001010 1011100 101000

Color Harmonies of #C30864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30864

Black with #C30864

Text Example


Text Example

White with #C30864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30864; }

 p { color: rgb(195,8,100); }

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

background-color css

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

 a { background-color: rgb(195,8,100); }

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

border-color css

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

 span { border-color: rgb(195,8,100); }

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