Html Css Color HEX #C30265 Jazzberry Jam

📋 copy color: '#C30265'

red 195 ◦ green 2 ◦ blue 101

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

Shades of Jazzberry Jam #C30265

Tints of Jazzberry Jam #C30265

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 65.44%
G = 0.67%
B = 33.89%

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

#C30265 (or 0xC30265) is known color: Jazzberry Jam. HEX triplet: C3, 02 and 65. RGB value is (195,2,101). Sum of RGB (Red+Green+Blue) = 195+2+101=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C30265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30265 is #3CFD9A. Grayscale: #464646. Windows color (decimal): -3997083 or 6619843. OLE color: 6619843.

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

Color convert

RGB 195 2 101 -
CMYK 0 0.99 0.48 0.24
HSL 329.22º 0.98% 0.39% -
HSV(B) 329.22º 0.99% 0.76% -
XYZ 24.88 12.59 13.43 -
YUV 70.99 144.94 216.45 -
System Red Green Blue C M Y K H S L
Decimal 195 2 101 0 0.99 0.48 0.24 329.22 0.98 0.39
Hex C3 2 65 0 63 30 18 149 62 27
Octal 303 2 145 0 143 60 30 511 142 47
Binary 11000011 10 1100101 0 1100011 110000 11000 101001001 1100010 100111

Color Harmonies of #C30265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30265

Black with #C30265

Text Example


Text Example

White with #C30265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30265; }

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

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

background-color css

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

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

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

border-color css

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

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

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