Html Css Color HEX #C0015F Jazzberry Jam

📋 copy color: '#C0015F'

red 192 ◦ green 1 ◦ blue 95

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

Shades of Jazzberry Jam #C0015F

Tints of Jazzberry Jam #C0015F

RGB

 RED value IS 192 (75.39% from 255) = 66.67%

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

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

R = 66.67%
G = 0.35%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0015F (or 0xC0015F) is known color: Jazzberry Jam. HEX triplet: C0, 01 and 5F. RGB value is (192,1,95). Sum of RGB (Red+Green+Blue) = 192+1+95=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C0015F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0015F is #3FFEA0. Grayscale: #444444. Windows color (decimal): -4193953 or 6226368. OLE color: 6226368.

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

Color convert

RGB 192 1 95 -
CMYK 0 0.99 0.51 0.25
HSL 330.47º 0.99% 0.38% -
HSV(B) 330.47º 0.99% 0.75% -
XYZ 23.81 12.05 11.9 -
YUV 68.83 142.78 215.86 -
System Red Green Blue C M Y K H S L
Decimal 192 1 95 0 0.99 0.51 0.25 330.47 0.99 0.38
Hex C0 1 5F 0 63 33 19 14A 63 26
Octal 300 1 137 0 143 63 31 512 143 46
Binary 11000000 1 1011111 0 1100011 110011 11001 101001010 1100011 100110

Color Harmonies of #C0015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0015F

Black with #C0015F

Text Example


Text Example

White with #C0015F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0015F; }

 p { color: rgb(192,1,95); }

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

background-color css

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

 a { background-color: rgb(192,1,95); }

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

border-color css

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

 span { border-color: rgb(192,1,95); }

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