Html Css Color HEX #C30165 Jazzberry Jam

📋 copy color: '#C30165'

red 195 ◦ green 1 ◦ blue 101

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

Shades of Jazzberry Jam #C30165

Tints of Jazzberry Jam #C30165

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 101 (39.84% from 255) = 34.01%

R = 65.66%
G = 0.34%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C30165 (or 0xC30165) is known color: Jazzberry Jam. HEX triplet: C3, 01 and 65. RGB value is (195,1,101). Sum of RGB (Red+Green+Blue) = 195+1+101=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C30165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30165 is #3CFE9A. Grayscale: #464646. Windows color (decimal): -3997339 or 6619587. OLE color: 6619587.

HSL color Cylindrical-coordinate representation of color #C30165: hue angle of 329.07º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C30165 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 1 101 -
CMYK 0 0.99 0.48 0.24
HSL 329.07º 0.99% 0.38% -
HSV(B) 329.07º 0.99% 0.76% -
XYZ 24.87 12.56 13.43 -
YUV 70.41 145.27 216.87 -
System Red Green Blue C M Y K H S L
Decimal 195 1 101 0 0.99 0.48 0.24 329.07 0.99 0.38
Hex C3 1 65 0 63 30 18 149 63 26
Octal 303 1 145 0 143 60 30 511 143 46
Binary 11000011 1 1100101 0 1100011 110000 11000 101001001 1100011 100110

Color Harmonies of #C30165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30165

Black with #C30165

Text Example


Text Example

White with #C30165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30165; }

 p { color: rgb(195,1,101); }

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

background-color css

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

 a { background-color: rgb(195,1,101); }

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

border-color css

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

 span { border-color: rgb(195,1,101); }

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