Html Css Color HEX #C30569 Jazzberry Jam

📋 copy color: '#C30569'

red 195 ◦ green 5 ◦ blue 105

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

Shades of Jazzberry Jam #C30569

Tints of Jazzberry Jam #C30569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.43%

R = 63.93%
G = 1.64%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C30569 (or 0xC30569) is known color: Jazzberry Jam. HEX triplet: C3, 05 and 69. RGB value is (195,5,105). Sum of RGB (Red+Green+Blue) = 195+5+105=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C30569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30569 is #3CFA96. Grayscale: #494949. Windows color (decimal): -3996311 or 6882755. OLE color: 6882755.

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

Color convert

RGB 195 5 105 -
CMYK 0 0.97 0.46 0.24
HSL 328.42º 0.95% 0.39% -
HSV(B) 328.42º 0.97% 0.76% -
XYZ 25.11 12.73 14.5 -
YUV 73.21 145.95 214.87 -
System Red Green Blue C M Y K H S L
Decimal 195 5 105 0 0.97 0.46 0.24 328.42 0.95 0.39
Hex C3 5 69 0 61 2E 18 148 5F 27
Octal 303 5 151 0 141 56 30 510 137 47
Binary 11000011 101 1101001 0 1100001 101110 11000 101001000 1011111 100111

Color Harmonies of #C30569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30569

Black with #C30569

Text Example


Text Example

White with #C30569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30569; }

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

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

background-color css

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

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

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

border-color css

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

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

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