Html Css Color HEX #C30067 Jazzberry Jam

📋 copy color: '#C30067'

red 195 ◦ green 0 ◦ blue 103

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

Shades of Jazzberry Jam #C30067

Tints of Jazzberry Jam #C30067

RGB

 RED value IS 195 (76.56% from 255) = 65.44%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.44%
G = 0%
B = 34.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C30067 (or 0xC30067) is known color: Jazzberry Jam. HEX triplet: C3, 00 and 67. RGB value is (195,0,103). Sum of RGB (Red+Green+Blue) = 195+0+103=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C30067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30067 is #3CFF98. Grayscale: #454545. Windows color (decimal): -3997593 or 6750403. OLE color: 6750403.

HSL color Cylindrical-coordinate representation of color #C30067: hue angle of 328.31º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C30067 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 0 103 -
CMYK 0 1 0.47 0.24
HSL 328.31º 1% 0.38% -
HSV(B) 328.31º 1% 0.76% -
XYZ 24.95 12.58 13.95 -
YUV 70.05 146.6 217.12 -
System Red Green Blue C M Y K H S L
Decimal 195 0 103 0 1 0.47 0.24 328.31 1 0.38
Hex C3 0 67 0 64 2F 18 148 64 26
Octal 303 0 147 0 144 57 30 510 144 46
Binary 11000011 0 1100111 0 1100100 101111 11000 101001000 1100100 100110

Color Harmonies of #C30067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30067

Black with #C30067

Text Example


Text Example

White with #C30067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30067; }

 p { color: rgb(195,0,103); }

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

background-color css

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

 a { background-color: rgb(195,0,103); }

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

border-color css

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

 span { border-color: rgb(195,0,103); }

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