Html Css Color HEX #C1025A Jazzberry Jam

📋 copy color: '#C1025A'

red 193 ◦ green 2 ◦ blue 90

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

Shades of Jazzberry Jam #C1025A

Tints of Jazzberry Jam #C1025A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.58%

R = 67.72%
G = 0.7%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1025A (or 0xC1025A) is known color: Jazzberry Jam. HEX triplet: C1, 02 and 5A. RGB value is (193,2,90). Sum of RGB (Red+Green+Blue) = 193+2+90=285 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.72% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 193 - color contains mainly: red. Hex color #C1025A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1025A is #3EFDA5. Grayscale: #444444. Windows color (decimal): -4128166 or 5898945. OLE color: 5898945.

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

Color convert

RGB 193 2 90 -
CMYK 0 0.99 0.53 0.24
HSL 332.36º 0.98% 0.38% -
HSV(B) 332.36º 0.99% 0.76% -
XYZ 23.86 12.12 10.75 -
YUV 69.14 139.78 216.34 -
System Red Green Blue C M Y K H S L
Decimal 193 2 90 0 0.99 0.53 0.24 332.36 0.98 0.38
Hex C1 2 5A 0 63 35 18 14C 62 26
Octal 301 2 132 0 143 65 30 514 142 46
Binary 11000001 10 1011010 0 1100011 110101 11000 101001100 1100010 100110

Color Harmonies of #C1025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1025A

Black with #C1025A

Text Example


Text Example

White with #C1025A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1025A; }

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

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

background-color css

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

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

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

border-color css

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

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

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