Html Css Color HEX #C30566 Jazzberry Jam

📋 copy color: '#C30566'

red 195 ◦ green 5 ◦ blue 102

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

Shades of Jazzberry Jam #C30566

Tints of Jazzberry Jam #C30566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.77%

R = 64.57%
G = 1.66%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C30566 (or 0xC30566) is known color: Jazzberry Jam. HEX triplet: C3, 05 and 66. RGB value is (195,5,102). Sum of RGB (Red+Green+Blue) = 195+5+102=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C30566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30566 is #3CFA99. Grayscale: #484848. Windows color (decimal): -3996314 or 6686147. OLE color: 6686147.

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

Color convert

RGB 195 5 102 -
CMYK 0 0.97 0.48 0.24
HSL 329.37º 0.95% 0.39% -
HSV(B) 329.37º 0.97% 0.76% -
XYZ 24.96 12.67 13.7 -
YUV 72.87 144.45 215.11 -
System Red Green Blue C M Y K H S L
Decimal 195 5 102 0 0.97 0.48 0.24 329.37 0.95 0.39
Hex C3 5 66 0 61 30 18 149 5F 27
Octal 303 5 146 0 141 60 30 511 137 47
Binary 11000011 101 1100110 0 1100001 110000 11000 101001001 1011111 100111

Color Harmonies of #C30566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30566

Black with #C30566

Text Example


Text Example

White with #C30566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30566; }

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

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

background-color css

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

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

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

border-color css

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

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

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