Html Css Color HEX #C0125C Jazzberry Jam

📋 copy color: '#C0125C'

red 192 ◦ green 18 ◦ blue 92

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

Shades of Jazzberry Jam #C0125C

Tints of Jazzberry Jam #C0125C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.96%

 BLUE value IS 92 (36.33% from 255) = 30.46%

R = 63.58%
G = 5.96%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0125C (or 0xC0125C) is known color: Jazzberry Jam. HEX triplet: C0, 12 and 5C. RGB value is (192,18,92). Sum of RGB (Red+Green+Blue) = 192+18+92=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C0125C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0125C is #3FEDA3. Grayscale: #4E4E4E. Windows color (decimal): -4189604 or 6034112. OLE color: 6034112.

HSL color Cylindrical-coordinate representation of color #C0125C: hue angle of 334.48º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0125C is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 18 92 -
CMYK 0 0.91 0.52 0.25
HSL 334.48º 0.83% 0.41% -
HSV(B) 334.48º 0.91% 0.75% -
XYZ 23.89 12.41 11.26 -
YUV 78.46 135.65 208.98 -
System Red Green Blue C M Y K H S L
Decimal 192 18 92 0 0.91 0.52 0.25 334.48 0.83 0.41
Hex C0 12 5C 0 5B 34 19 14E 53 29
Octal 300 22 134 0 133 64 31 516 123 51
Binary 11000000 10010 1011100 0 1011011 110100 11001 101001110 1010011 101001

Color Harmonies of #C0125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0125C

Black with #C0125C

Text Example


Text Example

White with #C0125C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0125C; }

 p { color: rgb(192,18,92); }

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

background-color css

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

 a { background-color: rgb(192,18,92); }

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

border-color css

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

 span { border-color: rgb(192,18,92); }

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