Html Css Color HEX #C01F67 Jazzberry Jam

📋 copy color: '#C01F67'

red 192 ◦ green 31 ◦ blue 103

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

Shades of Jazzberry Jam #C01F67

Tints of Jazzberry Jam #C01F67

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.51%

 BLUE value IS 103 (40.63% from 255) = 31.6%

R = 58.9%
G = 9.51%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C01F67 (or 0xC01F67) is known color: Jazzberry Jam. HEX triplet: C0, 1F and 67. RGB value is (192,31,103). Sum of RGB (Red+Green+Blue) = 192+31+103=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01F67 is #3FE098. Grayscale: #575757. Windows color (decimal): -4186265 or 6758336. OLE color: 6758336.

HSL color Cylindrical-coordinate representation of color #C01F67: hue angle of 333.17º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01F67 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 31 103 -
CMYK 0 0.84 0.46 0.25
HSL 333.17º 0.72% 0.44% -
HSV(B) 333.17º 0.84% 0.75% -
XYZ 24.68 13.17 14.07 -
YUV 87.35 136.84 202.65 -
System Red Green Blue C M Y K H S L
Decimal 192 31 103 0 0.84 0.46 0.25 333.17 0.72 0.44
Hex C0 1F 67 0 54 2E 19 14D 48 2C
Octal 300 37 147 0 124 56 31 515 110 54
Binary 11000000 11111 1100111 0 1010100 101110 11001 101001101 1001000 101100

Color Harmonies of #C01F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F67

Black with #C01F67

Text Example


Text Example

White with #C01F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F67; }

 p { color: rgb(192,31,103); }

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

background-color css

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

 a { background-color: rgb(192,31,103); }

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

border-color css

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

 span { border-color: rgb(192,31,103); }

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