Html Css Color HEX #C1025F Jazzberry Jam

📋 copy color: '#C1025F'

red 193 ◦ green 2 ◦ blue 95

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

Shades of Jazzberry Jam #C1025F

Tints of Jazzberry Jam #C1025F

RGB

 RED value IS 193 (75.78% from 255) = 66.55%

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

 BLUE value IS 95 (37.5% from 255) = 32.76%

R = 66.55%
G = 0.69%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1025F (or 0xC1025F) is known color: Jazzberry Jam. HEX triplet: C1, 02 and 5F. RGB value is (193,2,95). Sum of RGB (Red+Green+Blue) = 193+2+95=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C1025F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1025F is #3EFDA0. Grayscale: #454545. Windows color (decimal): -4128161 or 6226625. OLE color: 6226625.

HSL color Cylindrical-coordinate representation of color #C1025F: hue angle of 330.79º degrees, saturation: 0.98, 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 #C1025F is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 2 95 -
CMYK 0 0.99 0.51 0.24
HSL 330.79º 0.98% 0.38% -
HSV(B) 330.79º 0.99% 0.76% -
XYZ 24.08 12.21 11.91 -
YUV 69.71 142.28 215.94 -
System Red Green Blue C M Y K H S L
Decimal 193 2 95 0 0.99 0.51 0.24 330.79 0.98 0.38
Hex C1 2 5F 0 63 33 18 14B 62 26
Octal 301 2 137 0 143 63 30 513 142 46
Binary 11000001 10 1011111 0 1100011 110011 11000 101001011 1100010 100110

Color Harmonies of #C1025F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1025F

Black with #C1025F

Text Example


Text Example

White with #C1025F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1025F; }

 p { color: rgb(193,2,95); }

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

background-color css

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

 a { background-color: rgb(193,2,95); }

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

border-color css

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

 span { border-color: rgb(193,2,95); }

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